diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-06 23:27:12 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:52:35 +0200 |
commit | 59d6e1bf4e439febbc40c15486303e12febb7e42 (patch) | |
tree | d0d6b29f8b3b66e501e51d81caa2f4a5504a5083 /jsons | |
parent | d2518a3ab99afce2b2f33358cbb41778eaae0f7f (diff) | |
download | bugzilla-triage-59d6e1bf4e439febbc40c15486303e12febb7e42.tar.gz |
Make the script working with bugzilla.gnome.org
* Fix Config_gnome.json for new system of killNodes
* Make the script more tolerable to non-RH configuration
Fixes #75
Diffstat (limited to 'jsons')
-rw-r--r-- | jsons/Config_gnome.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsons/Config_gnome.json b/jsons/Config_gnome.json index 98acbf1..d3b8510 100644 --- a/jsons/Config_gnome.json +++ b/jsons/Config_gnome.json @@ -105,7 +105,7 @@ }, "killNodes":{ "bugzilla.gnome.org":[ - "stocklinks", + [ "stocklinks" ], true ] }, |