Skip to content

Commit

Permalink
fix verification
Browse files Browse the repository at this point in the history
  • Loading branch information
thepluck committed Oct 9, 2024
1 parent 91876d4 commit 9e4b438
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 forge-zksync --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 9e4b438

Please sign in to comment.