Skip to content

Commit 6e6a3f9

Browse files
author
Lachlan Donald
authored
Merge pull request #632 from jeremiahsnapp/pin-git-for-windows
Pin git-for-windows to v2.22.0
2 parents 97c944c + 991a64e commit 6e6a3f9

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
@@ -9,7 +9,7 @@ Write-Output "Installing awscli"
99
choco install -y awscli
1010

1111
Write-Output "Installing Git for Windows"
12-
choco install -y git
12+
choco install -y git --version 2.22.0
1313

1414
Write-Output "Installing nssm"
1515
choco install -y nssm

0 commit comments

Comments
 (0)