diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-31 17:30:29 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-31 17:31:10 -0700 |
| commit | a5b54588eca1d57366f7052ee9ab30da4ba68066 (patch) | |
| tree | f3568c08bb8171af2dbc7177c4e3620da65a8505 /scripts/bootstrap.ps1 | |
| parent | 47bf4b6b5caf44adeaf582e5137377fb9d2cc5c4 (diff) | |
| download | vcpkg-a5b54588eca1d57366f7052ee9ab30da4ba68066.tar.gz vcpkg-a5b54588eca1d57366f7052ee9ab30da4ba68066.zip | |
[git] Update to 2.15.0 (was 2.14.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 4488d9b95..f44a7dea1 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.3-32-bit\cmd" + $env:path += ";$vcpkgRootDir\downloads\MinGit-2.15.0-32-bit\cmd" if (Get-Command "git" -ErrorAction SilentlyContinue) { $gitHash = git log HEAD -n 1 --format="%cd-%H" --date=short |
