diff --git a/Makefile b/Makefile index 26c56a9d2..b98fcb517 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ git-tag: git-tag-push: @read -p 'Push the git tag "$(VERSION)" to origin? [yN] ' ;\ if test "$$REPLY" = 'y'; then \ - echo git push origin tag $(VERSION) ;\ + git push origin tag $(VERSION) ;\ fi; \ edit-changelog: