From fe0f38839a79eb372593e87e095988e2dbbc8018 Mon Sep 17 00:00:00 2001 From: li-ang Date: Fri, 20 Mar 2020 20:46:37 +0800 Subject: [PATCH] Use correct path when installing go-bindata --- hack/generate-bindata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/generate-bindata.sh b/hack/generate-bindata.sh index 5fa34ba65d6..120542135d7 100755 --- a/hack/generate-bindata.sh +++ b/hack/generate-bindata.sh @@ -33,7 +33,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}" PATH="${GOBIN}:${PATH}" # Install tools we need, but only from vendor/... -go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/... +go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/go-bindata # run the generation from the root directory for stable output pushd "${KUBE_ROOT}" >/dev/null