From cd59f2ef651b38da642009aa2a00c3fe710aa8e6 Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:18:23 +0800 Subject: [PATCH] fix: update prompted foundry install command (#10995) --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bfc400800b0..2c1373a75ae 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,7 +68,7 @@ function check_toolchains { echo "$tool not in PATH or incorrect version (requires 25f24e677a6a32a62512ad4f561995589ac2c7dc)." echo "Installation: https://book.getfoundry.sh/getting-started/installation" echo " curl -L https://foundry.paradigm.xyz | bash" - echo " foundryup -v nightly-25f24e677a6a32a62512ad4f561995589ac2c7dc" + echo " foundryup -i nightly-25f24e677a6a32a62512ad4f561995589ac2c7dc" exit 1 fi done