Skip to content

Commit 5ea3fef

Browse files
committed
not setup filter for LFS by default.
1 parent 30596fa commit 5ea3fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function acquireExternalTool() {
134134
if [[ "$PLATFORM" == "windows" ]]; then
135135
acquireExternalTool "$CONTAINER_URL/azcopy/1/azcopy.zip" azcopy
136136
acquireExternalTool "$CONTAINER_URL/pdbstr/1/pdbstr.zip" pdbstr
137-
acquireExternalTool "$CONTAINER_URL/mingit/2/mingit.zip" git
137+
acquireExternalTool "$CONTAINER_URL/mingit/3/mingit.zip" git
138138
acquireExternalTool "$CONTAINER_URL/symstore/1/symstore.zip" symstore
139139
acquireExternalTool "$CONTAINER_URL/vstshost/m108_1_eba79898/vstshost.zip" vstshost
140140
acquireExternalTool "$CONTAINER_URL/vstsom/m108_1_eba79898/vstsom.zip" vstsom

0 commit comments

Comments
 (0)