diff --git a/Makefile b/Makefile index bbd8aa86d..a77b9c81c 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ bin/golangci-lint: .PHONY: yamllint yamllint: - pip install --user yamllint + pip3 install --user yamllint # Add custom targets here -include custom.mk