We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee52be2 commit e411cdaCopy full SHA for e411cda
1 file changed
setup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Define variables
4
-PROTOC="python3 -m grpc_tools.protoc"
+PROTOC="python -m grpc_tools.protoc"
5
PROTO_DIR_SYNAPSE_API="./synapse-api"
6
PROTO_OUT_SYNAPSE_API="./synapse"
7
0 commit comments