From de54d7efefa475b212286e10a6028cbe5ec1a11e Mon Sep 17 00:00:00 2001 From: m1093782566 Date: Sat, 8 Oct 2016 16:41:57 +0800 Subject: [PATCH] add hint message for bindata Change-Id: I295cd6819d41bf87a6379bfab3ae1f2a8819ed55 --- hack/update-bindata.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-bindata.sh b/hack/update-bindata.sh index d5c87a22add..1fd7ccda841 100755 --- a/hack/update-bindata.sh +++ b/hack/update-bindata.sh @@ -32,6 +32,7 @@ fi if ! which go-bindata &>/dev/null ; then echo "Cannot find go-bindata. Install with" echo " go get -u github.com/jteeuwen/go-bindata/go-bindata" + echo " and make sure GOBIN is in the system PATH" exit 5 fi