mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +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 {
|
||||
@@ -316,4 +316,4 @@ function Get-SphinxVersion {
|
||||
|
||||
function Get-YamllintVersion {
|
||||
return "$(yamllint --version)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user