We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ad897 commit d80cdedCopy full SHA for d80cded
tools/stage-artifacts.ps1
@@ -41,7 +41,7 @@ function Get-Sha256Hash {
41
return [BitConverter]::ToString($hashBytes).Replace("-", "").ToLower()
42
}
43
catch {
44
- Write-Error "Failed to calculate hash for ${FilePath}: $_"
+ Write-Error ("Failed to calculate hash for {0}: {1}" -f $FilePath, $_)
45
exit 1
46
47
0 commit comments