aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-04-20 08:37:42 +0800
committerGitHub <noreply@github.com>2021-04-19 17:37:42 -0700
commit807a7987612bbd702be9d9b8069124be62aff857 (patch)
tree9da8c1442017b2cca9d25a3867bf01b6a36cb0c8 /scripts
parent590c580d8da9643ffdcfc57e566ecb4f2f20a1fd (diff)
downloadvcpkg-807a7987612bbd702be9d9b8069124be62aff857.tar.gz
vcpkg-807a7987612bbd702be9d9b8069124be62aff857.zip
[vcpkg] Fix the wrong slash (#17258)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 779f7d245..bd2888072 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -45,7 +45,7 @@ while (!($vcpkgRootDir -eq "") -and !(Test-Path "$vcpkgRootDir\.vcpkg-root"))
Write-Verbose "Examining $vcpkgRootDir for .vcpkg-root - Found"
-& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e/vcpkg.exe" "$vcpkgRootDir/vcpkg.exe"
+& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
Write-Host ""
if ($LASTEXITCODE -ne 0)