diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:39:31 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:39:31 +0100 |
commit | 761d80678db0a3633de7a26ba57772d7cf4e9bf9 (patch) | |
tree | 1bbfaa3f863c7ca3459c15551981d48f8c4ab33d | |
parent | 665e73c1579ff17c0378a7dde62445029dd85a5c (diff) |
Match reallityconf-2023-10-31-v03
-rwxr-xr-x | scripts/verify-tag | 2 |
1 files changed, 1 insertions, 1 deletions
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 |