mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
fix software report output for packer (#7495)
This commit is contained in:
@@ -182,7 +182,8 @@ function Get-NvmVersion {
|
||||
}
|
||||
|
||||
function Get-PackerVersion {
|
||||
return "Packer $(packer --version)"
|
||||
$packerVersion = packer --version
|
||||
return $packerVersion
|
||||
}
|
||||
|
||||
function Get-PhantomJSVersion {
|
||||
|
||||
Reference in New Issue
Block a user