diff options
author | EuAndreh <eu@euandre.org> | 2021-06-25 13:52:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-25 13:52:58 -0300 |
commit | 2cdfdaa1f10f8b6ac27c96495c7c3ea9f32b107e (patch) | |
tree | e4d2d6a9b5c2fdcac328c9c042be6144f56f7ab1 /Makefile | |
parent | aux/: Update (diff) | |
download | package-repository-2cdfdaa1f10f8b6ac27c96495c7c3ea9f32b107e.tar.gz package-repository-2cdfdaa1f10f8b6ac27c96495c7c3ea9f32b107e.tar.xz |
Makefile: Add missing argument to aux/workflow/public.sh
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |