Explorar el Código

Fix Python protobuf bindings generation

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev hace 6 años
padre
commit
bf8da01df7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ internal/pb/pb.pb.go: internal/pb/pb.proto ${GOPATH}/bin/protoc-gen-gogo.exe
 endif
 
 python/labours/pb_pb2.py: internal/pb/pb.proto
-	protoc --python_out python/hercules --proto_path=internal/pb internal/pb/pb.proto
+	protoc --python_out python/labours --proto_path=internal/pb internal/pb/pb.proto
 
 cmd/hercules/plugin_template_source.go: cmd/hercules/plugin.template
 	cd cmd/hercules && go generate