aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-02-20 17:58:21 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-02-20 18:09:51 -0800
commit8a4afe16193f274eb4d60357d81b8827ed055fb8 (patch)
tree482e5f2b5259edafbfc2831ce3bc3156bab84413 /scripts/bootstrap.ps1
parentadb0930bc54dbff26acf131971199c3f57bdd0fb (diff)
downloadvcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.tar.gz
vcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.zip
Update git to 2.16.2
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index 0df2a2a99..eb4513a64 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -14,7 +14,7 @@ $gitHash = "unknownhash"
$oldpath = $env:path
try
{
- $env:path += ";$vcpkgRootDir\downloads\MinGit-2.15.0-32-bit\cmd"
+ $env:path += ";$vcpkgRootDir\downloads\MinGit-2.16.2-32-bit\cmd"
if (Get-Command "git" -ErrorAction SilentlyContinue)
{
$gitHash = git log HEAD -n 1 --format="%cd-%H" --date=short