Browse Source

scripts/genproto.sh: update protodoc git SHA

To use protodoc with the fix
https://github.com/coreos/protodoc/commit/58fed2ed069a962509b782b25f48d3e05146c3d9.

This correctly parses the order of values in 'directories' flag.
Gyu-Ho Lee 9 years ago
parent
commit
6222d46233
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/genproto.sh

+ 1 - 1
scripts/genproto.sh

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