aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 18:50:07 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:07:43 -0300
commit10fc9691c03988cf5f07093c5b4af7903559525d (patch)
treeef8c0d69e25baf29d1f2fa55cd3d370a9f5de840 /Makefile
parentaux/workflow/manpages.sh: s/assert/assert_arg/ (diff)
downloadgit-permalink-10fc9691c03988cf5f07093c5b4af7903559525d.tar.gz
git-permalink-10fc9691c03988cf5f07093c5b4af7903559525d.tar.xz
aux/workflow/assert-changelog.sh: Use getopts for arugments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 125c09e..41c7eea 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ check: all
dev-check: check public
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh
- sh aux/workflow/assert-changelog.sh $(NAME) $(NAME)
+ sh aux/workflow/assert-changelog.sh -n $(NAME)
sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST)
sh aux/workflow/assert-manpages.sh $(NAME) $(MAILING_LIST)