Skip to content

Commit 2419a0a

Browse files
committed
Fix typo in config template.
1 parent fbcde02 commit 2419a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/configfile.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ pub fn run() {
188188
#
189189
# "129" = ["/path/to/command", "arg1", "arg2"]
190190
#
191-
[events.commands]
191+
[commands.commands]
192192
193-
{{#each events.commands}}
193+
{{#each commands.commands}}
194194
{{@key}} = [{{#each this}}"{{this}}", {{/each}}]
195195
{{/each}}
196196
"#;

0 commit comments

Comments
 (0)