Chromium Code Reviews| Index: client/proto/build.sh |
| diff --git a/client/proto/build.sh b/client/proto/build.sh |
| index 09c3b762a792b0341dfa2da5deb300895ecc90c0..6c2f729f2db4199e2d13d80cdc1b6beb201e04a4 100755 |
| --- a/client/proto/build.sh |
| +++ b/client/proto/build.sh |
| @@ -11,5 +11,5 @@ |
| python -m grpc.tools.protoc \ |
| --python_out=. \ |
| --grpc_python_out=. \ |
| - isolate_bot.proto \ |
| + bytestream.proto \ |
| -I. |