Merge pull request #7566 from yuriolive/patch-1

Missing comma in JSON
pull/7477/head
Adrien Delorme 7 years ago committed by GitHub
commit 9be80ce65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save