Skip to content

Commit

Permalink
fix chown command
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Dec 2, 2024
1 parent 7dcfbc7 commit 00f75e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-cw-contract:

build-optimized-cw-contract:
cd ./light-client && docker run --rm -v "$(pwd)":/code cosmwasm/optimizer:0.16.1 ./ibc-client-starknet-cw
chown -R $(id -u):$(id -g) ./light-client/artifacts
sudo chown -R $(id -u):$(id -g) ./light-client/artifacts

# Builds the Cairo contracts
build-cairo-contracts:
Expand Down

0 comments on commit 00f75e8

Please sign in to comment.