Skip to content

Commit

Permalink
fix foundryup invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Dec 20, 2024
1 parent 8192571 commit 7bcbda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/scripts/install-foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://github.com/foundry-rs/foundry.git "$TMP_DIR" && cd "$TMP_DIR"
# `cast`, `anvil`, and `chisel` from source.
if git rev-parse "$TAG" >/dev/null 2>&1; then
echo "Nightly tag exists! Downloading prebuilt binaries..."
foundryup -v "$TAG"
foundryup -i "$TAG"
else
echo "Nightly tag doesn't exist! Building from source..."
git checkout "$SHA"
Expand Down

0 comments on commit 7bcbda4

Please sign in to comment.