Merge pull request #7566 from yuriolive/patch-1

Missing comma in JSON
This commit is contained in:
Adrien Delorme 2019-04-25 18:45:24 +02:00 committed by GitHub
commit 9be80ce65f
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", "type": "shell",
"script": "script.sh", "script": "script.sh",
"pause_before": "10s" "pause_before": "10s",
"timeout": "10s" "timeout": "10s"
} }
``` ```