We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4add599 commit 93b8e00Copy full SHA for 93b8e00
Makefile
@@ -38,9 +38,9 @@ build: fmt vet
38
controller-gen: ## Download controller-gen locally if necessary.
39
ifeq (, $(shell which controller-gen))
40
go install sigs.k8s.io/controller-tools/cmd/[email protected]
41
-CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
+ CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
42
else
43
-CONTROLLER_GEN=$(shell which controller-gen)
+ CONTROLLER_GEN=$(shell which controller-gen)
44
endif
45
46
.PHONY: generate
0 commit comments