stages/error: fix json for stage options

Expecting ',' delimiter: line 5 column 5 (char 88) caused by a
missing ','.
This commit is contained in:
Christian Kellner 2020-01-28 12:38:11 +01:00 committed by Tom Gundersen
parent b261cb071e
commit c084d51e3e

View file

@ -11,7 +11,7 @@ wasting time.
STAGE_OPTS = """
"properties": {
"returncode": {
"description": "What to return code to use"
"description": "What to return code to use",
"type": "number",
"default": 255
}