Skip to content

Commit 8a9f4b7

Browse files
committed
git pull won't work on detached HEAD. Added repo and tag.
1 parent eeb2fe5 commit 8a9f4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ simlink: check-caravel
8989
# Update Caravel
9090
.PHONY: update_caravel
9191
update_caravel: check-caravel
92-
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull
92+
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull origin $(CARAVEL_TAG)
9393

9494
# Uninstall Caravel
9595
.PHONY: uninstall

0 commit comments

Comments
 (0)