Skip to content

Commit 80cfcef

Browse files
author
David Bimamisa
committed
update makefile
1 parent e31a12f commit 80cfcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ update: prune
3030
git push origin $(HTMLBRANCH); \
3131

3232
git branch -D $(BUILDBRANCH); \
33-
git checkout master
33+
git checkout $(HTMLBRANCH);
3434

3535
prune: clean
3636
git checkout $(HTMLBRANCH);\

0 commit comments

Comments
 (0)