From 9b29115930ccde81ebe477a48d38484cf5568397 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Fri, 26 Mar 2021 12:34:51 +0000 Subject: [PATCH] fmn: add missing comma --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 60f322a2cc..6b18b132d8 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -100,7 +100,7 @@ config = { "fasjson": { "active": True, "url": "https://fasjson.fedoraproject.org/" - } + }, "fas_credentials": { "username": "{{fedoraDummyUser}}", "password": "{{fedoraDummyUserPassword}}",