diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 index 66964a99f..eb64d6850 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Tools.psm1 @@ -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" }