Skip to content

Commit

Permalink
Makefile: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Jun 13, 2015
1 parent d4c03fc commit 41bbd3e
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
@@ -1,3 +1,3 @@
release:
git tag -a v$(date "+%Y%m%d%H%M%S")
git tag -a v$(shell date "+%Y%m%d%H%M%S")
git push --tags

0 comments on commit 41bbd3e

Please sign in to comment.