diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-22 16:46:52 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-03-22 16:46:52 -0700 |
| commit | bc4fd2653bba4b22b2a9b94a5f22ee0e253413b5 (patch) | |
| tree | d819f1afa2e76312e7f4536e765079e6678b101a /scripts | |
| parent | d45954a96b625ba1856ac97b429163a1919a3299 (diff) | |
| download | vcpkg-bc4fd2653bba4b22b2a9b94a5f22ee0e253413b5.tar.gz vcpkg-bc4fd2653bba4b22b2a9b94a5f22ee0e253413b5.zip | |
Improve warning message about Powershell 5.1
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/VcpkgPowershellUtils.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VcpkgPowershellUtils.ps1 b/scripts/VcpkgPowershellUtils.ps1 index 82718ecdc..d9c9e3760 100644 --- a/scripts/VcpkgPowershellUtils.ps1 +++ b/scripts/VcpkgPowershellUtils.ps1 @@ -140,7 +140,7 @@ function vcpkgDownloadFile( [Parameter(Mandatory=$true)][string]$url, { Write-Warning "Github has dropped support for TLS versions prior to 1.2, which is not available on your system" Write-Warning "Please manually download $url to $downloadPath" - Write-Warning "To solve this issue for future downloads, you can also install PowerShell 5.1+" + Write-Warning "To solve this issue for future downloads, you can also install Windows Management Framework 5.1+" throw "Download failed" } } |
