summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-08-14 12:45:53 +0200
committernicolargo <nicolas@nicolargo.com>2021-08-14 12:45:53 +0200
commitc4bb0af8fe2725b00597ce827aa9bdceba78e1ad (patch)
treec4e589338dd52539b3159c9e5b5213d00bbbe130
parentb59a33ee0c008cfaac7d5ea109a5d095a6ad5e08 (diff)
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a6e654a..2d194a12 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ profiling: venv venv-dev
release-note:
git --no-pager log $(LASTTAG)..HEAD --first-parent --pretty=format:"* %s"
- echo ""
+ @echo "\n"
git --no-pager shortlog -s -n $(LASTTAG)..HEAD
.PHONY: test docs docs-server