mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts/genproto.sh: update protodoc git SHA
To use protodoc with the fix
58fed2ed06
.
This correctly parses the order of values in 'directories' flag.
This commit is contained in:
parent
1f5c5abe6d
commit
6222d46233
@ -67,7 +67,7 @@ done
|
||||
if [ "$1" = "-g" ]; then
|
||||
echo "protodoc is auto-generating grpc API reference documentation..."
|
||||
go get -v -u github.com/coreos/protodoc
|
||||
SHA_PROTODOC="4cd8db83c5595ac514169fda607d1ccb5eef669b"
|
||||
SHA_PROTODOC="58fed2ed069a962509b782b25f48d3e05146c3d9"
|
||||
PROTODOC_PATH="${GOPATH}/src/github.com/coreos/protodoc"
|
||||
pushd "${PROTODOC_PATH}"
|
||||
git reset --hard "${SHA_PROTODOC}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user