Skip to content

Commit 8a1fa21

Browse files
Merge pull request #30 from d-m-bailey/update_tag
git pull won't work on detached HEAD. Added repo and tag.
2 parents 4ef3ff1 + 8a9f4b7 commit 8a1fa21

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
@@ -106,7 +106,7 @@ $(LVS_BLOCKS): lvs-% : ./lvs/%/lvs_config.json uncompress check-pdk check-preche
106106
# Update Caravel
107107
.PHONY: update_caravel
108108
update_caravel: check-caravel
109-
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull
109+
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull origin $(CARAVEL_TAG)
110110

111111
# Uninstall Caravel
112112
.PHONY: uninstall

0 commit comments

Comments
 (0)