Skip to content

Commit

Permalink
Fix Recursive variable 'PATH' bug (chaos-mesh#255)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao authored Feb 18, 2020
1 parent 626f3c1 commit 51b3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ifeq (,$(shell which kubebuilder))
# move to a long-term location and put it on your path
# (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else)
sudo mv /tmp/kubebuilder_2.2.0_$(shell go env GOOS)_$(shell go env GOARCH) /usr/local/kubebuilder
export PATH="${PATH}:/usr/local/kubebuilder/bin"
export PATH="${PATH}:/usr/local/kubebuilder/bin"
else
@echo "kubebuilder has been installed"
endif
Expand Down

0 comments on commit 51b3ca6

Please sign in to comment.