Skip to content

Commit

Permalink
Fixed check
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Nov 15, 2024
1 parent 48c6b1a commit 6c17dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-foundry-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo "Cleanup completed."
echo "Installation completed successfully!"

echo "Verifying installation..."
if forge --version | grep -q "0.0.2"; then
if "$HOME/.foundry/bin/forge" --version | grep -q "0.0.2"; then
echo "Forge version 0.0.2 is successfully installed."
else
echo "Installation verification failed. Forge is not properly installed."
Expand Down

0 comments on commit 6c17dd2

Please sign in to comment.