Skip to content

Commit

Permalink
fix: use home env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 21, 2025
1 parent 5c2def1 commit fd81174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spartan/aztec-network/eth-devnet/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CHAIN_ID=${CHAIN_ID:-"1337"}
# Install cast if it is not installed
if ! command -v cast &> /dev/null; then
curl -L https://foundry.paradigm.xyz | bash
~/.foundry/bin/foundryup
$HOME/.foundry/bin/foundryup
## add cast to path
export PATH="$PATH:~/.foundry/bin"
fi
Expand Down

0 comments on commit fd81174

Please sign in to comment.