Skip to content

Commit

Permalink
Update dev/up
Browse files Browse the repository at this point in the history
Co-authored-by: tuddman <tuddman@users.noreply.github.com>
  • Loading branch information
37ng and tuddman authored Apr 8, 2024
1 parent 4b8ea61 commit a4f0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "${OSTYPE}" == "darwin"* ]]; then
if ! foundryup -version &>/dev/null; then
# install foundry for tests that require mocking blockchain
curl -L https://foundry.paradigm.xyz | bash
# you made need to adjust this depending on which $SHELL you use
# you may need to adjust this depending on which $SHELL you use
source $HOME/.zshenv
foundryup
fi
Expand Down

0 comments on commit a4f0431

Please sign in to comment.