Fix capitalization of trusted users
Figured out by Majavah. Change-Id: I01a41f03e48e560926f842fc42e3a807e6e29666
This commit is contained in:
parent
39e1ea5fb9
commit
e41434816a
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ owners = [
|
||||||
# List of users who can merge changes to config
|
# List of users who can merge changes to config
|
||||||
# Updates to this list require a full restart
|
# Updates to this list require a full restart
|
||||||
trusted = [
|
trusted = [
|
||||||
"Legoktm",
|
"legoktm",
|
||||||
"majavah",
|
"Majavah",
|
||||||
]
|
]
|
||||||
|
|
||||||
password_file = "/data/project/ircservserv/password"
|
password_file = "/data/project/ircservserv/password"
|
||||||
|
|
Loading…
Reference in a new issue