Update name for oc cli to OpenShift CLI (#2949)

This commit is contained in:
Patrick C
2021-03-17 03:54:05 -04:00
committed by GitHub
parent 0cf21e4512
commit b04c65a83c

View File

@@ -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)"
}
}