Skip to content

Commit

Permalink
fix: remove an unnecessary quote
Browse files Browse the repository at this point in the history
  • Loading branch information
GirZ0n committed Jun 27, 2023
1 parent 0a85a93 commit 91c4ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ fi

echo "Generating proto files ..."
export PROTO_PATH="hyperstyle/src/python/review/inspectors/ij_python/proto"
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. "${PROTO_PATH}/model.proto
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ${PROTO_PATH}/model.proto

0 comments on commit 91c4ca1

Please sign in to comment.