From 69f316eca8925de4cc412796291895dfd9577e35 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 16:34:39 -0300 Subject: mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfa36a7..dee6876 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ check: if [ -d .git ]; then \ echo 'Assuming Git repository, running development checks.'; \ sh build-aux/assert-shellcheck.sh; \ - sh build-aux/assert-todos.sh; \ + sh build-aux/workflow/assert-todos.sh; \ fi dist: -- cgit v1.2.3