Skip to content

Commit fe0f388

Browse files
committed
Use correct path when installing go-bindata
1 parent 3754aa1 commit fe0f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/generate-bindata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
3333
PATH="${GOBIN}:${PATH}"
3434

3535
# Install tools we need, but only from vendor/...
36-
go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/...
36+
go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/go-bindata
3737

3838
# run the generation from the root directory for stable output
3939
pushd "${KUBE_ROOT}" >/dev/null

0 commit comments

Comments
 (0)