Skip to content

Commit

Permalink
fix: Install counterfeiter to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Nov 25, 2022
1 parent 2978a74 commit d361c31
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 @@ -151,7 +151,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
.PHONY: counterfeiter
counterfeiter: $(COUNTERFEITER)
$(COUNTERFEITER): $(LOCALBIN)
cd $(LOCALBIN); go build -o $(subst bin/,,$@) github.com/maxbrunsfeld/counterfeiter/v6
cd $(LOCALBIN); go build -o . github.com/maxbrunsfeld/counterfeiter/v6

.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
Expand Down

0 comments on commit d361c31

Please sign in to comment.