Skip to content

Commit 73680c6

Browse files
committed
follow up to #449 - adds --progress to the in script
Signed-off-by: Taylor Silva <[email protected]>
1 parent 4c2cda5 commit 73680c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if [ "$disable_git_lfs" == "true" ]; then
108108
export GIT_LFS_SKIP_SMUDGE=1
109109
fi
110110

111-
git clone --single-branch $depthflag $uri $branchflag $destination $tagflag $nocheckoutflag
111+
git clone --progress --single-branch $depthflag $uri $branchflag $destination $tagflag $nocheckoutflag
112112

113113
cd $destination
114114

0 commit comments

Comments
 (0)