Use correct filename for comps

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2023-02-09 12:53:16 +01:00
parent effdca3c4b
commit 2308e8c8ab

View File

@ -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',