Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 17, 2023
1 parent 7f7d7f6 commit 54b665c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ parse_command_line() {
if [[ -n "${2:-}" ]]; then
mark_as_latest="$2"
shift
fi
;;
-m|--match-tags)
if [[ -n "${2:-}" ]]; then
match_tags="$2"
Expand Down

0 comments on commit 54b665c

Please sign in to comment.