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