diff --git a/makefile b/makefile index 563a7fc..f0ead67 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ shellcheck: -v $$(pwd):/workdir \ koalaman/shellcheck-alpine \ shellcheck /workdir/abra && \ - shellsheck /workdir/bin/*.sh + shellcheck /workdir/bin/*.sh docopt: @if [ ! -d ".venv" ]; then \