Skip to content

Commit

Permalink
fix: pull branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed Oct 4, 2024
1 parent 6a380d8 commit 903d722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_3rd_party_git_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function getRepo() {
fi
git clean -f -d
git reset --hard
git pull
if [ ! -z "$branch" ]; then
git checkout -q "$branch"
fi
git pull
if [ ! -z "$commit" ]; then
git checkout -q "$commit"
fi
Expand Down

0 comments on commit 903d722

Please sign in to comment.