Skip to content

Commit

Permalink
Print help message if no package name is passed
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
MajorLift and Elliot Winkler committed Nov 1, 2023
1 parent 94267a5 commit c7b2c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/migrate-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ get-commit-tagname-pairs() {
main() {
if [[ -z $package_name ]]; then
echo "Missing package name."
print-usage
exit 1
fi
while IFS=$'\t' read -r tag_name commit message error; do
Expand Down

0 comments on commit c7b2c15

Please sign in to comment.