Skip to content

Commit 1ca67b0

Browse files
committed
README: Fix json examples
1 parent 506e8d6 commit 1ca67b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ Another alternative is to include the default recipe in your *Run List*.
190190
```json
191191
{
192192
"name": "mail.example.com",
193-
[...]
193+
"[...]": "[...]",
194194
"run_list": [
195-
[...]
195+
"[...]",
196196
"recipe[postfix-dovecot]"
197197
]
198198
}

0 commit comments

Comments
 (0)