From 2394743c601bf1567c882095d6db7a875a85c98b Mon Sep 17 00:00:00 2001 From: Alex Clemmer Date: Fri, 22 Jun 2018 17:33:43 -0700 Subject: [PATCH] Fix the lies in sdk/proto/generate.sh --- sdk/proto/generate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/proto/generate.sh b/sdk/proto/generate.sh index 7be7b8de9..9f3e14b5f 100755 --- a/sdk/proto/generate.sh +++ b/sdk/proto/generate.sh @@ -15,8 +15,6 @@ # and add the `grpc_tools_node_protoc_plugin` binary to your PATH.a # 5) Install the Python gRPC SDK, which includes the gRPC Python compiler plugin # python -m pip install grpcio grpcio-tools -# -# The results are checked into bin/; at this moment, they need to be copied to their final destinations manually. set -e PROTOC=$(which protoc || { >&2 echo "error: Protobuf compiler (protoc) not found on PATH"; exit 1; })