diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-27 03:04:05 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-27 03:04:05 -0700 |
| commit | 72758773321476dcbb7b9d18f11bf57134bb4545 (patch) | |
| tree | 63575a3fe5f2a615372a0903ddd2661f397555ac /scripts/fetchTool.ps1 | |
| parent | 64ab9dc274c352f9999f2cc4e8f7f6830cc56c42 (diff) | |
| download | vcpkg-72758773321476dcbb7b9d18f11bf57134bb4545.tar.gz vcpkg-72758773321476dcbb7b9d18f11bf57134bb4545.zip | |
[ps1] Fixes/tweaks
Diffstat (limited to 'scripts/fetchTool.ps1')
| -rw-r--r-- | scripts/fetchTool.ps1 | 2 |
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] |
