From 2cdfdaa1f10f8b6ac27c96495c7c3ea9f32b107e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Jun 2021 13:52:58 -0300 Subject: Makefile: Add missing argument to aux/workflow/public.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25763ba..ddfff81 100644 --- a/Makefile +++ b/Makefile @@ -35,5 +35,5 @@ public/paku.html: paku.json sh scripts/paku -l public: README.md TODOs.md public/dependencies.svg public/paku.html - sh aux/workflow/public.sh "EuAndreh's package repository" $(NAME) $(MAILING_LIST) + sh aux/workflow/public.sh "EuAndreh's package repository" $(NAME) $(MAILING_LIST) public cp EuAndreh.key public/ -- cgit v1.2.3