Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Jun 19, 2021
1 parent 9d7cd61 commit a7d8287
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 @@ -6,7 +6,7 @@ tag:
git push --tags

check-master:
if [[ `git rev-parse --abbrev-ref HEAD` != "master" ]]; then exit 1; fi
if [[ `git rev-parse --abbrev-ref HEAD` != "main" ]]; then exit 1; fi

check-unstaged:
git diff-index --quiet HEAD --
Expand Down

0 comments on commit a7d8287

Please sign in to comment.