Fix Makefile escaping.

This commit is contained in:
Manu 2018-11-22 12:20:08 +08:00
parent fe72e84b3c
commit 84cb40ae02
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ bump-version:
# bumpversion minor
git push
git push --tags
git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"- %s"
git log $$(git describe --tags --abbrev=0)..HEAD --pretty=format:"- %s"
travis-debug:
curl -s -X POST \