From b261cb071ef340c6dfcd3c0c8a4c6af5455adf84 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 28 Jan 2020 12:37:04 +0100 Subject: [PATCH] stages/dnf: fix json for stage options Expecting property name enclosed in double quotes: line 81 column 1 (char 2272), caused by a trailing ",". --- stages/org.osbuild.dnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/org.osbuild.dnf b/stages/org.osbuild.dnf index dbdb1188..b64b15ff 100755 --- a/stages/org.osbuild.dnf +++ b/stages/org.osbuild.dnf @@ -132,7 +132,7 @@ STAGE_OPTS = """ "module_platform_id": { "description": "DNF's module_platform_id option. Corresponds to PLATFORM_ID from /etc/os-release", "type": "string" - }, + } } """