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:
Gyu-Ho Lee 2016-05-02 23:00:40 -07:00
parent 1f5c5abe6d
commit 6222d46233

View File

@ -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}"