Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Dec 4, 2024
1 parent 78bfaae commit 038b49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/icp/proxy-contract/mock/external/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd "$(dirname $0)"

TARGET="${CARGO_TARGET_DIR:-../../../../../target}"
TARGET="${CARGO_TARGET_DIR:-../../../../target}"

rustup target add wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion contracts/icp/proxy-contract/mock/ledger/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd "$(dirname $0)"

TARGET="${CARGO_TARGET_DIR:-../../../../../target}"
TARGET="${CARGO_TARGET_DIR:-../../../../target}"

rustup target add wasm32-unknown-unknown

Expand Down

0 comments on commit 038b49e

Please sign in to comment.