fix software report output for packer (#7495)

This commit is contained in:
Mikhail Koliada
2023-04-26 17:22:01 +02:00
committed by GitHub
parent 763969f965
commit b9ca7b686b
2 changed files with 4 additions and 2 deletions

View File

@@ -182,7 +182,8 @@ function Get-NvmVersion {
}
function Get-PackerVersion {
return "Packer $(packer --version)"
$packerVersion = packer --version
return $packerVersion
}
function Get-PhantomJSVersion {