Skip to content

Commit b0755ad

Browse files
committed
fix fetch cmd
1 parent 25b7ece commit b0755ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ if [ -d "$CLONE_DIR" ]; then
233233
if [ -n "$REVISION" ]; then
234234
if [ -n "$DEPTH" ]; then
235235
git_retry git remote set-branches origin "*"
236-
git_retry git origin $REVISION fetch --depth=$DEPTH
236+
git_retry git fetch origin $REVISION --depth=$DEPTH
237237
fi
238238
git_checkout
239239
fi

0 commit comments

Comments
 (0)