Skip to content

Commit

Permalink
Update initialise_repo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sushildeep authored Dec 18, 2023
1 parent da588d2 commit a7d03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initialise_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a7d03bf

Please sign in to comment.