diff --git a/start.sh b/start.sh index b93fc73..4ebbeac 100644 --- a/start.sh +++ b/start.sh @@ -233,7 +233,7 @@ if [ -d "$CLONE_DIR" ]; then if [ -n "$REVISION" ]; then if [ -n "$DEPTH" ]; then git_retry git remote set-branches origin "*" - git_retry git origin $REVISION fetch --depth=$DEPTH + git_retry git fetch origin $REVISION --depth=$DEPTH fi git_checkout fi