Missing comma in JSON

JSON is invalid, is missing a comma
This commit is contained in:
yuriolive 2019-04-25 12:58:46 -03:00 committed by GitHub
parent 781aa2ccae
commit 6ba479d723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ executing the next script:
{
"type": "shell",
"script": "script.sh",
"pause_before": "10s"
"pause_before": "10s",
"timeout": "10s"
}
```