From c4a1811ea888fa98fe7cd6932d82b3d63d366f28 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Jan 2020 14:00:34 +0100 Subject: Use lower instead of ilike to login users --- scripts/generate-code-contributors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generate-code-contributors.ts') 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 () { function getContributorsBlacklist () { return { - 'Florian Bigard': true, + 'Bigard Florian': true, 'chocobozzz': true, 'Rigel': true } -- cgit v1.2.3