From a7d03bf8e211a402575f5cfbd72ddcfde92a3ecd Mon Sep 17 00:00:00 2001 From: sushil chaudhary Date: Mon, 18 Dec 2023 17:36:39 +0530 Subject: [PATCH] Update initialise_repo.sh --- scripts/initialise_repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/initialise_repo.sh b/scripts/initialise_repo.sh index a53fb396..379d3940 100755 --- a/scripts/initialise_repo.sh +++ b/scripts/initialise_repo.sh @@ -20,7 +20,7 @@ if [ -d $REPO_DIR -a ! -L $REPO_DIR ]; then git fetch --all && \ git lfs fetch --recent; else - git lfs clone --depth=1 --no-single-branch $REPO_URL $REPO_ID && \ + git clone --depth=1 --no-single-branch $REPO_URL $REPO_ID && \ cd $REPO_DIR && \ git lfs install && \ git lfs fetch --recent && \