Correct example config file

This commit is contained in:
Andinus 2020-04-25 21:33:25 +05:30
parent be99d3de19
commit f23307a530
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
"config": [
{
"cmd": "echo",
"promises": "stdio"
"command": "echo",
"execpromises": "stdio"
}
]
}