diff options
| author | Andinus <andinus@nand.sh> | 2020-04-25 21:33:25 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2020-04-25 21:33:25 +0530 |
| commit | f23307a5305c7aadbdb146c56d6aaa28e3f32b62 (patch) | |
| tree | e6ddd22ebaa5e828d2fca5ec34a989691906db77 | |
| parent | be99d3de192f80a1f9435f5e1595e95f67ec5407 (diff) | |
| download | pavo-f23307a5305c7aadbdb146c56d6aaa28e3f32b62.tar.gz | |
Correct example config file
| -rw-r--r-- | configs/pavo.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/pavo.json b/configs/pavo.json index 634b9a9..37874ee 100644 --- a/configs/pavo.json +++ b/configs/pavo.json @@ -1,8 +1,8 @@ { "config": [ { - "cmd": "echo", - "promises": "stdio" + "command": "echo", + "execpromises": "stdio" } ] } |