Skip to content

Commit

Permalink
tools fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Dec 22, 2023
1 parent 37ad4a6 commit 6ee8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Get-VcpkgHash.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ try {
vcpkg hash $tempFile
}
catch {
Write-Error "Failed to download the archive for hashing from the URL:`n$url"
Write-Error "Failed to download an archive for hashing from the URL:`n$url"
# Re-throw
throw
}
Expand Down

0 comments on commit 6ee8236

Please sign in to comment.