From 761d80678db0a3633de7a26ba57772d7cf4e9bf9 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 31 Oct 2023 10:39:31 +0100 Subject: Match reallity --- scripts/verify-tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/verify-tag') diff --git a/scripts/verify-tag b/scripts/verify-tag index ddc3ff3..cb8e578 100755 --- a/scripts/verify-tag +++ b/scripts/verify-tag @@ -6,7 +6,7 @@ export GPG=gpg git config --global gpg.program gpg -tag=$(git tag -l "md-[0-9]*" | sort | tail -1) +tag=$(git tag -l "conf-[0-9]*" | sort | tail -1) if [ -z "$tag" ]; then echo "no matching tag found" exit 1 -- cgit v1.2.3