diff options
Diffstat (limited to 'benchmark/proto/generate.sh')
-rwxr-xr-x | benchmark/proto/generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/proto/generate.sh b/benchmark/proto/generate.sh index 576b7b13..09400a3d 100755 --- a/benchmark/proto/generate.sh +++ b/benchmark/proto/generate.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -protoc -I . --python_out=. openxc.proto +protoc -I ../.. --python_out=. ../../openxc.proto |