fedora.conf: add missing comma in configs

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2018-09-12 17:12:07 -04:00
parent 0fca75d92a
commit e0f1816357
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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",