summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-25 21:33:25 +0530
committerAndinus <andinus@nand.sh>2020-04-25 21:33:25 +0530
commitf23307a5305c7aadbdb146c56d6aaa28e3f32b62 (patch)
treee6ddd22ebaa5e828d2fca5ec34a989691906db77
parentbe99d3de192f80a1f9435f5e1595e95f67ec5407 (diff)
downloadpavo-f23307a5305c7aadbdb146c56d6aaa28e3f32b62.tar.gz
Correct example config file
-rw-r--r--configs/pavo.json4
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"
 	}
     ]
 }