From 77274dcb9b3f56947d632401eb612df84825d559 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 30 Oct 2020 12:36:09 +0300 Subject: [PATCH] updated Get-PipxVersion --- images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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