Skip to content

Commit 2fd2634

Browse files
authored
fix: bump kustomize version (#124)
Signed-off-by: rapour <[email protected]>
1 parent 26e4578 commit 2fd2634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ controller-gen: ## Download controller-gen locally if necessary.
139139
KUSTOMIZE = $(shell pwd)/bin/kustomize
140140
.PHONY: kustomize
141141
kustomize: ## Download kustomize locally if necessary.
142-
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
142+
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected] )
143143

144144
ENVTEST = $(shell pwd)/bin/setup-envtest
145145
.PHONY: envtest

0 commit comments

Comments
 (0)