diff --git a/spartan/aztec-network/eth-devnet/create.sh b/spartan/aztec-network/eth-devnet/create.sh index 286a0a5e113..d261fb871a8 100755 --- a/spartan/aztec-network/eth-devnet/create.sh +++ b/spartan/aztec-network/eth-devnet/create.sh @@ -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