stages/error: fix json for stage options
Expecting ',' delimiter: line 5 column 5 (char 88) caused by a missing ','.
This commit is contained in:
parent
b261cb071e
commit
c084d51e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue