mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Windows] fix software report generator for Parcel (#6933)
This commit is contained in:
@@ -145,7 +145,7 @@ function Get-PackerVersion {
|
||||
|
||||
function Get-ParcelVersion {
|
||||
$parcelVersion = parcel --version
|
||||
return "Parcel $parcelVersion"
|
||||
return "$parcelVersion"
|
||||
}
|
||||
|
||||
function Get-PulumiVersion {
|
||||
|
||||
Reference in New Issue
Block a user