From 82b04d49e666d01eec3e2e31747b8f328c6c8239 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Tue, 7 Mar 2023 11:13:28 +0000 Subject: [PATCH] Update 'pungi-build.conf.j2' --- 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 42a2ce5..e9bb4d4 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -123,7 +123,7 @@ lorax_options = [ buildinstall_skip = [ {% for variant, options in variants.items() %} - {% if options['buildinstall_skip'] is not bool %} + {% if options['buildinstall_skip'] is not boolean %} ("^{{ variant }}$", {{ options['buildinstall_skip'] }}), {% elif options['buildinstall_skip'] | default(false) %} ("^{{ variant }}$", {