Skip to content

Commit

Permalink
quote names so WSL is happy with docker loc + spaces path (Program Fi…
Browse files Browse the repository at this point in the history
…les)
  • Loading branch information
Reecepbcups committed Oct 14, 2024
1 parent c738bc3 commit 1b42c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ CURRENT_GID := $(shell id -g)

protoVer=0.13.2
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run -e BUF_CACHE_DIR=/tmp/buf --rm -v $(CURDIR):/workspace:rw --user ${CURRENT_UID}:${CURRENT_GID} --workdir /workspace $(protoImageName)
protoImage="$(DOCKER)" run -e BUF_CACHE_DIR=/tmp/buf --rm -v "$(CURDIR)":/workspace:rw --user ${CURRENT_UID}:${CURRENT_GID} --workdir /workspace $(protoImageName)

proto-all: proto-format proto-lint proto-gen format

Expand Down

0 comments on commit 1b42c61

Please sign in to comment.