From 62aae3d0cda01181d2bb9f7ad182bc5c578a9325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?= Date: Sat, 14 Jan 2023 19:36:01 +0200 Subject: [PATCH] tag: fixed exiting.. --- scripts/tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tag b/scripts/tag index b9f05f0..120c466 100755 --- a/scripts/tag +++ b/scripts/tag @@ -12,7 +12,7 @@ fi version="$1" if [ -z "$version" ]; then echo usage: scripts/tag v1.2.3 - xeit 1 + exit 1 fi set -e set -x