From 9ce6287ab0dc075034064b8767a79653c712a762 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Tue, 5 Oct 2021 10:39:11 +0200 Subject: [PATCH] Fix typo in Makefile (#2154) Signed-off-by: jorturfer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51c13ca7507..5088bff4090 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ envtest: ## Download envtest-setup locally if necessary. MOCKGEN = $(shell pwd)/bin/mockgen mockgen: ## Download mockgen locally if necessary. - $(call go-get-tool,$(ENVTEST),github.com/golang/mock/mockgen@v1.6.0) + $(call go-get-tool,$(MOCKGEN),github.com/golang/mock/mockgen@v1.6.0) # go-get-tool will 'go get' any package $2 and install it to $1. PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))