aboutgitcodelistschat:MatrixIRC
path: root/cooker/example.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/example.hjson')
-rw-r--r--cooker/example.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/cooker/example.hjson b/cooker/example.hjson
index b161449..9e08163 100644
--- a/cooker/example.hjson
+++ b/cooker/example.hjson
@@ -32,7 +32,7 @@
},
{
"match": [ /* Giuseppe's example */
- { "mknod": { "path": { "tag": "path" }, "mode": "c", "major": 1, "minor": { "in": [ 3, 5, 7, 8, 9 ], "tag": "minor" } } }
+ { "mknodat": { "path": { "tag": "path" }, "mode": "c", "major": 1, "minor": { "value": { "in": [ 3, 5, 7, 8, 9 ] }, "tag": "minor" } } }
],
"call": {
"mknod": { "path": { "tag": { "get": "path" } }, "mode": "c", "major": 1, "minor": { "tag": { "get": "minor" } } },