diff --git a/Makefile b/Makefile index 2abf022..e288bdf 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@(CONTROL_RUNTIME_VERSION) + test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$(CONTROL_RUNTIME_VERSION) .PHONY: bundle bundle: manifests kustomize ## Generate bundle manifests and metadata, then validate generated files.