From 5f147124cb3283afd073d521c89323a284632a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 17 May 2023 15:48:19 +0200 Subject: [PATCH] fix syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Dunglas --- cr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cr.sh b/cr.sh index 2f0f91c..d8cc2dd 100755 --- a/cr.sh +++ b/cr.sh @@ -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"