From 32827f98c0200778accefee62e7f185daafb97d8 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 24 Mar 2017 21:53:19 -0700 Subject: [vcpkg] Fix bug when downloading Git. --- scripts/fetchDependency.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1 index 3c98f7247..6bbb9277c 100644 --- a/scripts/fetchDependency.ps1 +++ b/scripts/fetchDependency.ps1 @@ -101,7 +101,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency) } if (!(Test-Path $downloadPath)) { - Write-Host("Downloading $Dependency...") + Write-Verbose("Downloading $Dependency...") (New-Object System.Net.WebClient).DownloadFile($url, $downloadPath) } } -- cgit v1.2.3