diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index af9141e1..6ee9fd5b 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -283,5 +283,6 @@ function Get-YAMLLintVersion { } function Get-PipxVersion { - pipx --version + $pipxVersion = pipx --version + return "Pipx $pipxVersion" } \ No newline at end of file