aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/commit-header2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit-header b/templates/commit-header
index 76f65b4..0b7a343 100644
--- a/templates/commit-header
+++ b/templates/commit-header
@@ -1,7 +1,7 @@
#!/bin/bash
pushd @@REPODIR@@ > /dev/null
-if [ "@@NEWKEYWORD@@" = "@@ARCH" ]; then
+if [ "@@NEWKEYWORD@@" = "@@ARCH@@" ]; then
DESCR="@@ARCH@@ stable (bug #@@BUG@@)"
else
DESCR="@@ARCH@@ keyworded (bug #@@BUG@@)"