- [Fixed] Wrong path to module defaults

This commit is contained in:
soksanichenko 2022-12-12 17:27:17 +02:00
parent 8ddb7b07bb
commit 699d44267d
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/.",
}
variants_file = {