diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-20 17:58:21 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-20 18:09:51 -0800 |
| commit | 8a4afe16193f274eb4d60357d81b8827ed055fb8 (patch) | |
| tree | 482e5f2b5259edafbfc2831ce3bc3156bab84413 /scripts/bootstrap.ps1 | |
| parent | adb0930bc54dbff26acf131971199c3f57bdd0fb (diff) | |
| download | vcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.tar.gz vcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.zip | |
Update git to 2.16.2
Diffstat (limited to 'scripts/bootstrap.ps1')
| -rw-r--r-- | scripts/bootstrap.ps1 | 2 |
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 |
