- [Fixed] Wrong path to module defaults

This commit is contained in:
soksanichenko 2022-12-12 17:29:23 +02:00
parent 699d44267d
commit 02700d4287
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/.",
"file": "{{ arch }}/modules_defaults/*",
}
variants_file = {