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 6f4153e Typo
6f4153e is described below
commit 6f4153e3bdc8398db14e10b737191071d45eae61
Author: Sebb <[email protected]>
AuthorDate: Sun Mar 25 18:01:03 2018 +0100
Typo
---
lib/whimsy/asf/committee.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 93126a6..0febcbc 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -200,7 +200,7 @@ module ASF
name = resolution['display_name']
if resolution['action'] == 'terminate'
committees.delete(name)
- elsif resulution['chair']
+ elsif resolution['chair']
person = ASF::Person.find(resolution['chair'])
committees[name] = "#{person.public_name} <#{person.id}@apache.org>"
end
--
To stop receiving notification emails like this one, please contact
[email protected].