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:
parent
ee86b57392
commit
b261cb071e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue