From 6ee8236e1d83c13441352b158063d86a5d31dbc3 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 22 Dec 2023 18:22:20 +0100 Subject: [PATCH] tools fixtypo --- tools/Get-VcpkgHash.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }