Skip to content

Commit

Permalink
fix: change exit status code
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 19, 2025
1 parent a3a51f2 commit 1170cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/contract-deploy/run-l2-contract-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fund_account_on_l2 "{{.zkevm_l2_claimtxmanager_address}}"

# Only fund the claim tx manager address if l2 contracts are not being deployed.
if [[ "$1" != "true" ]]; then
exit 1
exit
fi

echo_ts "Funding accounts on l2"
Expand Down

0 comments on commit 1170cc4

Please sign in to comment.