Missing comma in JSON
JSON is invalid, is missing a comma
This commit is contained in:
parent
781aa2ccae
commit
6ba479d723
@ -181,7 +181,7 @@ executing the next script:
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"script": "script.sh",
|
"script": "script.sh",
|
||||||
"pause_before": "10s"
|
"pause_before": "10s",
|
||||||
"timeout": "10s"
|
"timeout": "10s"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user