mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 15:56:47 +00:00
Update name for oc cli to OpenShift CLI (#2949)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user