Skip to content

Commit

Permalink
chore: add exit options
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Sep 6, 2024
1 parent b78c4ca commit 0f4c322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/change_base_branch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e -o pipefail

# Function to display help
show_help() {
echo "Usage: $0 OLD_BASE NEW_BASE"
Expand Down

0 comments on commit 0f4c322

Please sign in to comment.