From 10fc9691c03988cf5f07093c5b4af7903559525d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:50:07 -0300 Subject: aux/workflow/assert-changelog.sh: Use getopts for arugments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3