We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754aa1 commit fe0f388Copy full SHA for fe0f388
hack/generate-bindata.sh
@@ -33,7 +33,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
33
PATH="${GOBIN}:${PATH}"
34
35
# Install tools we need, but only from vendor/...
36
-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
37
38
# run the generation from the root directory for stable output
39
pushd "${KUBE_ROOT}" >/dev/null
0 commit comments