Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Indentation problem with sudo chown command
  • Loading branch information
juankaukian authored Feb 21, 2024
1 parent 866e4ba commit 945a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compile:
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
--platform linux/amd64 \
cosmwasm/workspace-optimizer:0.15.0
@sudo chown -R $(shell id -u):$(shell id -g) artifacts
@sudo chown -R $(shell id -u):$(shell id -g) artifacts

compile_arm64:
@docker run --rm -v "$(CURDIR)":/code \
Expand Down

0 comments on commit 945a8ff

Please sign in to comment.