Skip to content

Commit d80cded

Browse files
a
1 parent 58ad897 commit d80cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/stage-artifacts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Get-Sha256Hash {
4141
return [BitConverter]::ToString($hashBytes).Replace("-", "").ToLower()
4242
}
4343
catch {
44-
Write-Error "Failed to calculate hash for ${FilePath}: $_"
44+
Write-Error ("Failed to calculate hash for {0}: {1}" -f $FilePath, $_)
4545
exit 1
4646
}
4747
}

0 commit comments

Comments
 (0)