diff --git a/Makefile b/Makefile index 248f6d960..dea76637c 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root vendor: @echo "$(WHALE) $@" - @vndr + @go mod vendor help: ## this help @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort