From 8486fd331449d9bfad2b65f7f899cc76393bdf58 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2020 08:49:48 -0700 Subject: [PATCH] try and see if indent helps any Signed-off-by: Kevin Fenzi --- .../messaging-bridges/templates/fedmsg-migration-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py b/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py index 27734aca06..5dbb789710 100644 --- a/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py +++ b/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py @@ -37,7 +37,7 @@ config = { {% for cert in certs %} "{{ cert }}", {% endfor %} -"fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", + "fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", ], {% endfor %} },