From bbae07fdbbf9d94fd63479e8fdbeab27e003d00d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 21 Aug 2020 09:51:15 +0200 Subject: [PATCH] distgit-bz-sync: fix unbalanced quotes in the configuration file Signed-off-by: Pierre-Yves Chibon --- .../distgit-bugzilla-sync/templates/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml index 81fe9fccc2..fddeebcab5 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml @@ -16,7 +16,7 @@ Reassigning to the new maintainer of this component. versions = ["rawhide", "33", "32", "31"] [products."Fedora Container"] namespace = "container" - versions = ["rawhide", "33", "32", "31] + versions = ["rawhide", "33", "32", "31"] bz_product_name = "Fedora Container Images" [products."Fedora Modules"] namespace = "modules"