Commit d0758bf734f992e6cc3f5975ba5a203e145b5bef:
WHIMSY-34
Spurious data in commitee-info.json
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
lib/whimsy/asf/committee.rb | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 3cafd86..45613af 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -70,7 +70,7 @@ def self.load_committee_info
end
# Extract the non-PMC committees (e-mail address may be absent)
- @nonpmcs = head.sub(/.*?also has/m,'').
+ @nonpmcs = head.sub(/.*?also has /m,'').
scan(/^[ \t]+(\w.*?)(?:[ \t][ \t]|[ \t]?$)/).flatten.uniq.
map {|name| list[name]}