Commit 5e97b142358e2aaa8957c0ae1608c79e8fd0bb5a:
    return only one copy

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[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 45613af..6beb007 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -101,7 +101,7 @@ def self.load_committee_info
         end
       end
 
-      @committee_info = list.values
+      @committee_info = list.values.uniq
     end
 
     def self.nonpmcs

Reply via email to