From 2308e8c8ab6eef80539e58c2944277ae5292fb1b Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Thu, 9 Feb 2023 12:53:16 +0100 Subject: [PATCH] Use correct filename for comps Signed-off-by: Tomas Hrcka --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index 30c7c99..4961efb 100644 --- a/fedora.conf +++ b/fedora.conf @@ -8,8 +8,8 @@ comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': 'main', - 'file': 'comps-38.xml', - 'command': 'make comps-38.xml' + 'file': 'comps-f38.xml', + 'command': 'make comps-f38.xml' } module_defaults_dir = { 'scm': 'git',