From f43d879cd8f0815d7181438d56d51d7735440a6d Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 12 Dec 2022 17:57:40 +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 f6d651f..213c8fe 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 = {