aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/keyword.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index 8f34f83..2ac886d 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -141,7 +141,6 @@ else
[[ -z ${bugz_message} ]] && bugz_message="${arches// //} stable"
fi
-echo "not running ${BUGZ} atm..."
echo "running ${BUGZ} ${BUGZ_DEFAULT_OPTS} modify ${bugid} ${bugz_options} --comment \"${bugz_message}\""
${BUGZ} ${BUGZ_DEFAULT_OPTS} modify ${bugid} ${bugz_options} --comment "${bugz_message}" || die "bugz failed"
echo ">>> finished successfully"