diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-16 18:04:31 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-16 18:04:36 +0000 |
commit | 850cac2c8ae876ddf12b51e64dc1c48f0365f9ed (patch) | |
tree | 58997303fd1409e70309b7e76893c84d720cca84 | |
parent | 1fefb3b6913121e59a51bf9164bb65021862f4af (diff) | |
download | ansible-850cac2c8ae876ddf12b51e64dc1c48f0365f9ed.tar.gz ansible-850cac2c8ae876ddf12b51e64dc1c48f0365f9ed.tar.xz ansible-850cac2c8ae876ddf12b51e64dc1c48f0365f9ed.zip |
Pesky JSON.
-rw-r--r-- | roles/bodhi2/backend/files/fedwatch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bodhi2/backend/files/fedwatch.conf b/roles/bodhi2/backend/files/fedwatch.conf index f9202ae34..b7442f663 100644 --- a/roles/bodhi2/backend/files/fedwatch.conf +++ b/roles/bodhi2/backend/files/fedwatch.conf @@ -3,8 +3,8 @@ "args": [ "msg/project/fullname", "msg/fields", - "msg/issue/content" - "topic", + "msg/issue/content", + "topic" ] } } |