mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Merge pull request #34387 from m1093782566/m109-fix-bindata
Automatic merge from submit-queue Add hint message for go-bindata <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: Add hint message for go-bindata
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user