diff options
Diffstat (limited to 'scripts/fetchDependency.ps1')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |
