From e0f181635756bb1932e75cd6cd77c8414f52300a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sep 12 2018 21:18:04 +0000 Subject: fedora.conf: add missing comma in configs Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index 1c5c8b5..ea43644 100644 --- a/fedora.conf +++ b/fedora.conf @@ -750,7 +750,7 @@ live_images = [ ostree = { "^AtomicHost$": { "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', - "force_new_commit": True + "force_new_commit": True, "treefile": "fedora-atomic-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", @@ -763,7 +763,7 @@ ostree = { }, "^Silverblue$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", - "force_new_commit": True + "force_new_commit": True, "treefile": "fedora-silverblue.json", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "master",