summaryrefslogtreecommitdiffstats
path: root/benchmark/proto/generate.sh
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-09-30 21:19:06 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 13:18:09 -0500
commitb9a96fe63416583519d860c206cf27e408bcccab (patch)
tree5a9e0b49041edd49a5e85a062d95cdc7518d0b80 /benchmark/proto/generate.sh
parent1820baf320d5831815de35dddbbfc5818a0e004b (diff)
Move proto definition to top level.
Diffstat (limited to 'benchmark/proto/generate.sh')
-rwxr-xr-xbenchmark/proto/generate.sh2
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