Skip to content

Commit 1959ea9

Browse files
committed
Chore: fix controller-gen in makefile
1 parent 921fb57 commit 1959ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
6767
CONTROLLER_TOOLS_VERSION ?= v0.9.0
6868

6969
controller-gen: $(LOCALBIN)
70-
[ ! -f $(CONTROLLER_GEN) ] || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION)
70+
[ -f $(CONTROLLER_GEN) ] || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION)

0 commit comments

Comments
 (0)