From 722cefa1f6110c15c82be6d1679ffbcf6316ee4f Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 12 Dec 2022 17:43:34 +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 303fe14..a78fa76 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 '' }}", - "file": "{{ arch }}/modules_defaults/*", + "dir": "{{ arch }}/modules_defaults/", } variants_file = {