Skip to content

Commit 4e341ad

Browse files
author
James Healy
committed
bump git on windows from 2.22.0 to 2.31.0
1 parent f62326d commit 4e341ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/windows/scripts/install-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ choco install -y awscli --version=1.18.11
1212
If ($lastexitcode -ne 0) { Exit $lastexitcode }
1313

1414
Write-Output "Installing Git for Windows"
15-
choco install -y git --version 2.22.0
15+
choco install -y git --version 2.31.0
1616
If ($lastexitcode -ne 0) { Exit $lastexitcode }
1717

1818
Write-Output "Installing nssm"

0 commit comments

Comments
 (0)