From 34c9f35f2ad712ce5cadc92fffe88a910018a5f2 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 2 May 2019 18:42:41 +0000 Subject: [PATCH] Fix the key in tag2distrepo for coreos-pool Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/tag2distrepo.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 index 11a6cd14bc..237d531a3b 100644 --- a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 +++ b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 @@ -26,7 +26,7 @@ config = { 'epel7-infra-stg': ['47dd8ef9'], 'f29-coreos-continuous': [], 'f30-coreos-continuous': [], - 'coreos-pool': [cfc659b9], + 'coreos-pool': ['cfc659b9'], } } }