diff --git a/tools/Get-VcpkgHash.ps1 b/tools/Get-VcpkgHash.ps1 index cc698e00d..b3502e9e6 100644 --- a/tools/Get-VcpkgHash.ps1 +++ b/tools/Get-VcpkgHash.ps1 @@ -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 }