Skip to content

Commit

Permalink
Revert "Create install directory before downloading kustomize"
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS authored and frodopwns committed Oct 10, 2019
1 parent 238af5c commit 7990dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ 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 7990dd6

Please sign in to comment.