aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a0d88..22bb876 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ $(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li
check-shellcheck:
git ls-files | \
- grep -v '^share/aux-repo' | \
+ grep -v '^share/aux/' | \
sor 'test -f' | \
xargs awk '/^#!\/bin\/sh$$/ { print FILENAME } { nextfile }' | \
xargs shellcheck -x