aboutsummaryrefslogtreecommitdiff
path: root/scripts/fetchTool.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-27 03:04:05 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-27 03:04:05 -0700
commit72758773321476dcbb7b9d18f11bf57134bb4545 (patch)
tree63575a3fe5f2a615372a0903ddd2661f397555ac /scripts/fetchTool.ps1
parent64ab9dc274c352f9999f2cc4e8f7f6830cc56c42 (diff)
downloadvcpkg-72758773321476dcbb7b9d18f11bf57134bb4545.tar.gz
vcpkg-72758773321476dcbb7b9d18f11bf57134bb4545.zip
[ps1] Fixes/tweaks
Diffstat (limited to 'scripts/fetchTool.ps1')
-rw-r--r--scripts/fetchTool.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchTool.ps1 b/scripts/fetchTool.ps1
index ff9b5d9bf..a52986553 100644
--- a/scripts/fetchTool.ps1
+++ b/scripts/fetchTool.ps1
@@ -47,7 +47,7 @@ function fetchToolInternal([Parameter(Mandatory=$true)][string]$tool)
{
Write-Host "Downloading $tool..."
vcpkgDownloadFile $url $downloadPath
- Write-Host "Downloading $tool has completed successfully."
+ Write-Host "Downloading $tool... done."
}
$expectedDownloadedFileHash = @($toolData.sha256)[0]