Skip to content

Commit e411cda

Browse files
committed
Revert setup.sh back to python
Revert the PROTOC command from python3 to python per reviewer feedback.
1 parent ee52be2 commit e411cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Define variables
4-
PROTOC="python3 -m grpc_tools.protoc"
4+
PROTOC="python -m grpc_tools.protoc"
55
PROTO_DIR_SYNAPSE_API="./synapse-api"
66
PROTO_OUT_SYNAPSE_API="./synapse"
77

0 commit comments

Comments
 (0)