stages/dnf: fix json for stage options

Expecting property name enclosed in double quotes: line 81
column 1 (char 2272), caused by a trailing ",".
This commit is contained in:
Christian Kellner 2020-01-28 12:37:04 +01:00 committed by Tom Gundersen
parent ee86b57392
commit b261cb071e

View file

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