Skip to content

Commit

Permalink
git pull won't work on detached HEAD. Added repo and tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-bailey committed Aug 24, 2022
1 parent eeb2fe5 commit 8a9f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ simlink: check-caravel
# Update Caravel
.PHONY: update_caravel
update_caravel: check-caravel
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull origin $(CARAVEL_TAG)

# Uninstall Caravel
.PHONY: uninstall
Expand Down

0 comments on commit 8a9f4b7

Please sign in to comment.