diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-27 18:53:36 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-27 19:03:26 -0700 |
| commit | 0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c (patch) | |
| tree | bbe9e363e3747c0a99bef97a66575cf60bed1303 /scripts/bootstrap.ps1 | |
| parent | 39830efc4f1b9c9c41f6ad9c8cfbac5f408303be (diff) | |
| download | vcpkg-0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c.tar.gz vcpkg-0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c.zip | |
[git] Update to 2.14.3 (was 2.14.2.3)
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 b874afd8c..4488d9b95 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -13,7 +13,7 @@ $gitHash = "unknownhash" $oldpath = $env:path try { - $env:path += ";$vcpkgRootDir\downloads\MinGit-2.14.1-32-bit\cmd" + $env:path += ";$vcpkgRootDir\downloads\MinGit-2.14.3-32-bit\cmd" if (Get-Command "git" -ErrorAction SilentlyContinue) { $gitHash = git log HEAD -n 1 --format="%cd-%H" --date=short |
