Skip to content

Commit

Permalink
fix bug with interpreter args
Browse files Browse the repository at this point in the history
  • Loading branch information
rmonnier9 committed Mar 16, 2018
1 parent 716b191 commit b26efa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/API/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"array",
"string"
],
"alias": ["interpreter_args"],
"alias": ["interpreterArgs", "interpreter_args"],
"docDescription": "Arguments to pass to the interpreter"
},
"out_file": {
Expand Down Expand Up @@ -312,4 +312,4 @@
"write": {
"type": "boolean"
}
}
}

0 comments on commit b26efa0

Please sign in to comment.