From d0dddf91eb77246c7203ff555142e1d11fb944fd Mon Sep 17 00:00:00 2001 From: yihuang Date: Tue, 16 Apr 2024 16:24:59 +0800 Subject: [PATCH] try --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cabf4738d..01c73a915c 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ endif HTTPS_GIT := https://github.com/crypto-org-chain/cronos.git protoVer=0.14.0 protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer) -protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName) +protoImage=$(DOCKER) run --rm -v "$(CURDIR)":/workspace --workdir /workspace $(protoImageName) # ------ # NOTE: If you are experiencing problems running these commands, try deleting @@ -281,7 +281,7 @@ protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(pro proto-all: proto-format proto-lint proto-gen proto-gen: - @echo "Generating Protobuf files" + @echo "Generating Protobuf files ${CURDIR}" $(protoImage) sh ./scripts/protocgen.sh proto-lint: