commit:     374c0af14586f5d693463f1b9cc61636777cc322
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 16:34:49 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 16:34:49 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=374c0af1

update assigned-to field name of pybugz/bugzilla output

---
 scripts/keyword.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index 3d96ed8..912bba7 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -107,7 +107,7 @@ fi
 tmpfile="$(mktemp)"
 ${BUGZ} ${BUGZ_DEFAULT_OPTS} get ${bugid} > ${tmpfile}
 aliases="$(grep ^CC ${tmpfile} | awk '{ print $3 }')"
-assignee="$(grep ^Assignee ${tmpfile} | awk '{ print $3 }')"
+assignee="$(grep ^AssignedTo ${tmpfile} | awk '{ print $3 }')"
 rm ${tmpfile}
 
 [[ -z ${assignee} ]] && die "problem with bugz: assignee empty"

Reply via email to