diff --git a/Makefile b/Makefile index 55252d0..710ae0d 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ help: @echo "$$HELP" lint: - @bash ./scripts/lint.sh + @bash ./scripts/lint.sh format: @bash ./scripts/format.sh