Skip to content

Commit

Permalink
amend-pr.sh: Exit on script errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Sep 26, 2024
1 parent aaa4ff1 commit c749d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/amend-pr.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# exit on errors
set -e

USAGE="\
usage: amend-pr.sh <url>
Expand Down

0 comments on commit c749d4f

Please sign in to comment.