diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-09 14:00:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-09 14:00:34 +0100 |
commit | c4a1811ea888fa98fe7cd6932d82b3d63d366f28 (patch) | |
tree | c090e28b84f02dbdc5425497fab6fd357b7b88ee /scripts | |
parent | 41ee83423c234fdb5f6d09f21e3c5fe3ae6a192c (diff) | |
download | PeerTube-c4a1811ea888fa98fe7cd6932d82b3d63d366f28.tar.gz PeerTube-c4a1811ea888fa98fe7cd6932d82b3d63d366f28.tar.zst PeerTube-c4a1811ea888fa98fe7cd6932d82b3d63d366f28.zip |
Use lower instead of ilike to login users
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 5c6620f7d..f1922a20e 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -169,7 +169,7 @@ function getZanataContributors () { | |||
169 | 169 | ||
170 | function getContributorsBlacklist () { | 170 | function getContributorsBlacklist () { |
171 | return { | 171 | return { |
172 | 'Florian Bigard': true, | 172 | 'Bigard Florian': true, |
173 | 'chocobozzz': true, | 173 | 'chocobozzz': true, |
174 | 'Rigel': true | 174 | 'Rigel': true |
175 | } | 175 | } |