From fb338b414b707a4ee240bd86c3513868d9ba5f0e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 4 Apr 2021 21:11:25 +0200 Subject: [PATCH] Fix typo --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \