From d629d2465687734155be2e77d0292b92c66f4caa Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 24 Jun 2019 20:13:44 +0200 Subject: [PATCH] Bodhi: fix typo in production.ini Signed-off-by: Clement Verna --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 33972f6e9e..6afd2e1580 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -605,7 +605,7 @@ f{{ FedoraRawhideNumber }}c.pre_beta.mandatory_days_in_testing = 0 # In staging enable shipping rpm through bodhi. Updates don't require any day in testing. f{{ FedoraRawhideNumber }}.status = pre_beta f{{ FedoraRawhideNumber }}.pre_beta.mandatory_days_in_testing = 0 -{% endif %}} +{% endif %} ## ## Buildroot Override ##