diff --git a/Makefile b/Makefile index ba6e96d..8e49b94 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ lint: build_yamllint lint_help: build_yamllint docker run --rm -v $(pwd):/data ${REPOSITORY}-${TAG} --help -.DEFAULT_GOAL := build_yamllint +.DEFAULT_GOAL := lint