From e41434816a5123550a04130f1ae55afc1d7f4ca5 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 24 Jun 2021 01:00:37 -0700 Subject: [PATCH] Fix capitalization of trusted users Figured out by Majavah. Change-Id: I01a41f03e48e560926f842fc42e3a807e6e29666 --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d4799d5..6f99c6a 100644 --- a/config.toml +++ b/config.toml @@ -7,8 +7,8 @@ owners = [ # List of users who can merge changes to config # Updates to this list require a full restart trusted = [ - "Legoktm", - "majavah", + "legoktm", + "Majavah", ] password_file = "/data/project/ircservserv/password"