aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-18 20:06:05 -0300
committerEuAndreh <eu@euandre.org>2021-02-18 20:06:05 -0300
commit7ddcba1b735bc80c919923078fc6b7ad2131f966 (patch)
tree3be1c088d9b2a185f905b4a76198f7e849859861
parentRemove trailing newlines from long-description (diff)
downloadpackage-repository-7ddcba1b735bc80c919923078fc6b7ad2131f966.tar.gz
package-repository-7ddcba1b735bc80c919923078fc6b7ad2131f966.tar.xz
Makefile: Fix typo report -> report.sh
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c4c32a..9475b24 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ MAILING_LIST = public-inbox
public: README.md TODOs.md EuAndreh.key
sh aux/workflow/TODOs.sh "$(NAME_UC)" $(NAME) $(MAILING_LIST)
sh aux/workflow/README.sh "$(NAME_UC)" $(NAME)
- sh aux/ci/report '$(NAME)'
+ sh aux/ci/report.sh '$(NAME)'
cp EuAndreh.key public/
.PHONY: clean check