From 205d990c242f2d2b53a5c888ecb32a89b69e20e8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 01 2023 16:11:02 +0000 Subject: Fix repo not being an array Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 48f2f0d..1f3cdfe 100644 --- a/fedora.conf +++ b/fedora.conf @@ -1010,7 +1010,7 @@ osbuild = { 'distro': 'fedora-39', 'image_types': ['live-installer'], 'arches': ['x86_64', 'aarch64'], - 'repo': 'Everything', + 'repo': ['Everything'], 'failable': ['*'], 'manifest_type': 'live-osbuild', }