From c5a6beb3bfff9e2f1a5b1bebab7d2157e49ac12a Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 11 Apr 2021 08:25:07 +0000 Subject: [PATCH] cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b28ddb..61286d5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build-yamllint: docker build -t ${LOCAL_REPOSITORY}-${YAMLLINT_TAG} image -f image/Dockerfile lint-yaml: build-yamllint docker run --rm -it -v $(PWD):/data ${LOCAL_REPOSITORY}-${YAMLLINT_TAG} . -lint_help: build-yamllint +lint-help: build-yamllint docker run --rm -it -v $(PWD):/data ${LOCAL_REPOSITORY}-${YAMLLINT_TAG} --help .DEFAULT_GOAL := lint