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 3aec21e commit 648f382Copy full SHA for 648f382
make/deps.mk
@@ -26,7 +26,7 @@ $(KUSTOMIZE): $(LOCALBIN)
26
27
.PHONY: kubebuilder
28
kubebuilder:
29
- test -s $(LOCALBIN)/kubebuilder || \
+ test -s $(LOCALBIN)/kubebuilder || mkdir -p $(LOCALBIN) && \
30
curl -L -o $(LOCALBIN)/kubebuilder "https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)" && chmod +x $(LOCALBIN)/kubebuilder
31
32
.PHONY: controller-gen
0 commit comments