Skip to content

Commit

Permalink
fix minikube version output (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibir-magomedsaygitov authored May 11, 2021
1 parent a5ee51f commit dc6dc83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit dc6dc83

Please sign in to comment.