From c4bcdf3c58964a0602689211d759fd22c60d568f Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 12 Dec 2022 17:57:24 +0200 Subject: [PATCH] - [Fixed] Wrong path to module defaults --- pungi-build.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index a78fa76..adf06c9 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -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 = {