mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-12-13 13:57:24 +00:00
[vcpkg] Fix bug when downloading Git.
This commit is contained in:
parent
e253ea8f91
commit
32827f98c0
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user