diff options
author | 2016-01-20 13:53:27 -0800 | |
---|---|---|
committer | 2016-01-20 14:39:32 -0800 | |
commit | 75849e4561b2142da27ea417ef87eef37eb1fe93 (patch) | |
tree | 44cc3a546cc52a5e20e03b6229cf6a53145e0a91 | |
parent | aba2548dbe471a0e5a3402f87d9404e36d36eb60 (diff) |
fix C# generate_protos.sh script
-rwxr-xr-x | src/csharp/generate_proto_csharp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/generate_proto_csharp.sh b/src/csharp/generate_proto_csharp.sh index 3aeda21ba3..0261a458af 100755 --- a/src/csharp/generate_proto_csharp.sh +++ b/src/csharp/generate_proto_csharp.sh @@ -45,4 +45,4 @@ $PROTOC --plugin=$PLUGIN --csharp_out=$HEALTHCHECK_DIR --grpc_out=$HEALTHCHECK_D -I src/proto/grpc/health/v1alpha src/proto/grpc/health/v1alpha/health.proto $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \ - -I . src/proto/grpc/testing/{empty,messages,test}.proto test/proto/benchmarks/*.proto + -I . src/proto/grpc/testing/{control,empty,messages,payloads,services,stats,test}.proto |