Skip to content

Commit

Permalink
Fix typo in Makefile (#2154)
Browse files Browse the repository at this point in the history
Signed-off-by: jorturfer <[email protected]>
  • Loading branch information
Jorge Turrado Ferrero authored Oct 5, 2021
1 parent a1b7214 commit 9ce6287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected])
$(call go-get-tool,$(MOCKGEN),github.com/golang/mock/[email protected])

# go-get-tool will 'go get' any package $2 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
Expand Down

0 comments on commit 9ce6287

Please sign in to comment.