fix make protoc error (#8799)

This commit is contained in:
Jonathan Gimeno
2021-03-05 15:23:01 +00:00
committed by GitHub
parent 6520997668
commit 09f9a5573e
11 changed files with 621 additions and 622 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ proto-all: proto-format proto-lint proto-gen
proto-gen:
@echo "Generating Protobuf files"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen sh ./scripts/protocgen.sh
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:v0.1 sh ./scripts/protocgen.sh
proto-format:
@echo "Formatting Protobuf files"