Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Mar 28, 2015
1 parent 2b5de9f commit bfd55af
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 @@ -296,7 +296,7 @@ dist: zip
TAGGED:=.$(TAG).tagged

$(TAGGED): $(APP_ZIP)
if ! git tag | grep -q -P "\b$(TAG)\b"; then
if ! git tag | grep -q -P "\b$(TAG)\b"; then \
git tag -a $(TAG) -m "Version $(VER)" ;\
fi
git push origin --tags
Expand Down

0 comments on commit bfd55af

Please sign in to comment.