mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
fix minikube version output (#3352)
This commit is contained in:
committed by
GitHub
parent
a5ee51f72d
commit
dc6dc83742
@@ -135,7 +135,7 @@ function Get-KubectlVersion {
|
||||
}
|
||||
|
||||
function Get-MinikubeVersion {
|
||||
$minikubeVersion = minikube version --short | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "v"
|
||||
$minikubeVersion = minikube version --short | Take-OutputPart -Part 0 -Delimiter "v"
|
||||
return "Minikube $minikubeVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user