Skip to content

Commit ba9d91b

Browse files
committed
refactor: change return for exit 0
1 parent 2978bbc commit ba9d91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/scripts/pause_aligned_service_manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ "$1" == "all" ]]; then
2828
"pauseAll()()" \
2929
--rpc-url $RPC_URL \
3030
--private-key $PRIVATE_KEY
31-
return
31+
exit 0
3232
fi
3333

3434

0 commit comments

Comments
 (0)