mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
2
vendor/k8s.io/kubernetes/hack/lib/protoc.sh
generated
vendored
2
vendor/k8s.io/kubernetes/hack/lib/protoc.sh
generated
vendored
@ -57,7 +57,7 @@ function kube::protoc::check_protoc() {
|
||||
# $1: Full path to the directory where the api.proto file is
|
||||
function kube::protoc::protoc() {
|
||||
local package=${1}
|
||||
gogopath=$(dirname $(kube::util::find-binary "protoc-gen-gogo"))
|
||||
gogopath=$(dirname "$(kube::util::find-binary "protoc-gen-gogo")")
|
||||
|
||||
PATH="${gogopath}:${PATH}" protoc \
|
||||
--proto_path="${package}" \
|
||||
|
Reference in New Issue
Block a user