Skip to content

Commit

Permalink
add mkdir for kustomize bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dobrzynski authored and frodopwns committed Oct 10, 2019
1 parent a449005 commit 90dc85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ endif
install-kustomize:
ifeq (,$(shell which kustomize))
@echo "installing kustomize"
mkdir -p /usr/local/kubebuilder/bin
# download kustomize
curl -o /usr/local/kubebuilder/bin/kustomize -sL "https://go.kubebuilder.io/kustomize/$(shell go env GOOS)/$(shell go env GOARCH)"
# set permission
Expand Down

0 comments on commit 90dc85c

Please sign in to comment.