Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
trajan0x and coderabbitai[bot] authored Mar 14, 2024
1 parent 5f16395 commit 74ebb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contracts-rfq/script/fb-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Usage: ./script/fb-config.sh <walletName> [...options]

# Trap SIGINT (Ctrl+C) and exit the script
trap "exit" INT
trap "echo 'Script terminated by user'; exit" INT

# Parse command line arguments
walletName=$1
Expand Down
3 changes: 1 addition & 2 deletions packages/contracts-rfq/script/fb-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
# Usage: ./script/fb-deploy.sh <walletName> [...options]

# Trap SIGINT (Ctrl+C) and exit the script
trap "exit" INT
trap "echo 'Deployment script terminated by user'; exit" INT

# Parse command line arguments
walletName=$1
Expand Down

0 comments on commit 74ebb79

Please sign in to comment.