From b04c65a83cca105ee2f7186e1c4d5b6e2a610d65 Mon Sep 17 00:00:00 2001 From: Patrick C Date: Wed, 17 Mar 2021 03:54:05 -0400 Subject: [PATCH] Update name for oc cli to OpenShift CLI (#2949) --- images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}