This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 09b644a Needs to be lower-case
09b644a is described below
commit 09b644a0a784b941b7431b8afea4883b79d620c9
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 9 14:14:46 2022 +0000
Needs to be lower-case
---
lib/whimsy/asf/mail.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index d9173d0..2282def 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -361,7 +361,7 @@ module ASF
when 'concom'
'[email protected]'
else
- name
+ name.downcase
end
end
end
@@ -373,7 +373,7 @@ module ASF
when 'odftoolkit'
'odf'
else
- name
+ name.downcase
end
end
end