Skip to content

Commit c896071

Browse files
Updating make file
1 parent 011cef0 commit c896071

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
@@ -124,7 +124,7 @@ controller-gen: ## Download controller-gen locally if necessary.
124124

125125
KUSTOMIZE = $(shell pwd)/bin/kustomize
126126
kustomize: ## Download kustomize locally if necessary.
127-
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
127+
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
128128

129129
# go-get-tool will 'go get' any package $2 and install it to $1.
130130
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

0 commit comments

Comments
 (0)