diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 index b2dfa7ba8..739bfa8d8 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 @@ -286,7 +286,7 @@ function Get-NetlifyCliVersion { function Get-OCCliVersion { $ocVersion = oc version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-" - return "oc CLI $ocVersion" + return "OpenShift CLI $ocVersion" } function Get-ORASCliVersion { @@ -316,4 +316,4 @@ function Get-SphinxVersion { function Get-YamllintVersion { return "$(yamllint --version)" -} \ No newline at end of file +}