From d9859d9cc3b10ca2b6583ffd5181b46dda0529cf Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 12 Apr 2019 11:40:37 +0200 Subject: [PATCH] tag2distrepo: Convert suprious CR-LF to LF line endings --- roles/bodhi2/backend/templates/tag2distrepo.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 index e2d27c90ab..6af59dfce8 100644 --- a/roles/bodhi2/backend/templates/tag2distrepo.py.j2 +++ b/roles/bodhi2/backend/templates/tag2distrepo.py.j2 @@ -24,8 +24,8 @@ config = { 'epel6-infra-stg': ['47dd8ef9'], 'epel7-infra': ['47dd8ef9'], 'epel7-infra-stg': ['47dd8ef9'], - 'f29-coreos-continuous': [], - 'f30-coreos-continuous': [], + 'f29-coreos-continuous': [], + 'f30-coreos-continuous': [], } } }