From 603aafab177ab896fd3975a7ec4cd019f1937689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 4 Mar 2019 16:24:28 +0000 Subject: [PATCH] Better this way MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/fedmsg/base/templates/policy.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 8cf1bf11af..586c38fdfe 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -22,8 +22,8 @@ config = dict( "{{topic}}": [ {% for cert in certs %} "{{ cert }}", - "fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", {% endfor %} + "fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", ], {% endfor %} },