aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/generate_proto_ruby.sh
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-19 11:05:28 -0800
committerGravatar yang-g <yangg@google.com>2016-02-19 11:08:16 -0800
commitaea13f1c8519d7a0e3aea3837fd9fc18e68ee9b4 (patch)
treef76679eb61cd72d1972641efb06218692f9090ec /src/ruby/pb/generate_proto_ruby.sh
parent49d297a29c0ce9235fdb5d2e99a7ecd75d76eee3 (diff)
global replace health check proto v1alpha to v1
Diffstat (limited to 'src/ruby/pb/generate_proto_ruby.sh')
-rwxr-xr-xsrc/ruby/pb/generate_proto_ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/pb/generate_proto_ruby.sh b/src/ruby/pb/generate_proto_ruby.sh
index 576b1c08d3..86c082099d 100755
--- a/src/ruby/pb/generate_proto_ruby.sh
+++ b/src/ruby/pb/generate_proto_ruby.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@ cd $(dirname $0)/../../..
PROTOC=bins/opt/protobuf/protoc
PLUGIN=protoc-gen-grpc=bins/opt/grpc_ruby_plugin
-$PROTOC -I src/proto src/proto/grpc/health/v1alpha/health.proto \
+$PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
--grpc_out=src/ruby/pb \
--ruby_out=src/ruby/pb \
--plugin=$PLUGIN