commit | 54d82157dc2344260a4d55353e1536ca0b0bc3a3 | [log] [tgz] |
---|---|---|
author | Russell L Friesenhahn <russellf@utexas.edu> | Wed Apr 21 16:38:35 2021 -0500 |
committer | Russell L Friesenhahn <russellf@utexas.edu> | Wed Apr 21 16:38:35 2021 -0500 |
tree | 016515879aa4c713f857ba1f420820fbeb9b2066 | |
parent | 2b4bd6b564931281d7491ef54fb2fa5a86fb5fe5 [diff] |
Repo caravel-lite uses main and not master
diff --git a/Makefile b/Makefile index f576dda..6bd9566 100644 --- a/Makefile +++ b/Makefile
@@ -101,7 +101,7 @@ @git submodule update --init else cd $(CARAVEL_ROOT)/ && \ - git checkout master && \ + git checkout $(CARAVEL_COMMIT) && \ git pull endif