- [Fixed] Wrong path to module defaults

This commit is contained in:
soksanichenko 2022-12-12 17:57:24 +02:00
parent 722cefa1f6
commit c4bcdf3c58
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module_defaults_dir = {
"scm": "git",
"repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git",
"branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}",
"dir": "{{ arch }}/modules_defaults/",
"dir": "{{ arch }}/modules_defaults/module_defaults",
}
variants_file = {