Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 16, 2024
1 parent f5f0bbf commit d0dddf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit d0dddf9

Please sign in to comment.