Skip to content

Commit c0dd082

Browse files
fix config
1 parent 1cd5d5a commit c0dd082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ leader-timeout=1000
217217
# showBoosts can be either true or false and they are both optional. Here are
218218
# some examples:
219219
#
220-
# leader-action=switch home,false,true,h
220+
# leader-action=switch home,h,false,true
221221
# leader-action=switch tag tut,tt
222222
#
223223

config/default_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ leader-timeout=1000
219219
# showBoosts can be either true or false and they are both optional. Here are
220220
# some examples:
221221
#
222-
# leader-action=switch home,false,true,h
222+
# leader-action=switch home,h,false,true
223223
# leader-action=switch tag tut,tt
224224
#
225225

0 commit comments

Comments
 (0)