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.
grep F
1 parent 2f44d34 commit 860d224Copy full SHA for 860d224
Makefile
@@ -142,7 +142,7 @@ $(KUSTOMIZE): $(LOCALBIN)
142
.PHONY: controller-gen $(CONTROLLER_GEN)
143
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
144
$(CONTROLLER_GEN): $(LOCALBIN)
145
- $(LOCALBIN)/controller-gen --version | fgrep "$(CONTROLLER_TOOLS_VERSION)" || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION)
+ $(LOCALBIN)/controller-gen --version | grep -F "$(CONTROLLER_TOOLS_VERSION)" || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION)
146
147
.PHONY: envtest
148
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
0 commit comments