From b0755ade08ae5cba8adc6bfd88db00e505e5d9d6 Mon Sep 17 00:00:00 2001 From: eti-codefresh Date: Mon, 16 Sep 2024 14:20:10 +0300 Subject: [PATCH] fix fetch cmd --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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