You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/16 21:03:55 UTC

[whimsy] branch master updated: correct ipmc membership flagging

This is an automated email from the ASF dual-hosted git repository.

rubys 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 dc23c6a  correct ipmc membership flagging
dc23c6a is described below

commit dc23c6a91c8e52a1f2b2c99af869a0f65e67f59e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jul 16 17:02:50 2017 -0400

    correct ipmc membership flagging
---
 www/roster/models/ppmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
index 439b99a..1cdb65d 100644
--- a/www/roster/models/ppmc.rb
+++ b/www/roster/models/ppmc.rb
@@ -17,7 +17,7 @@ class PPMC
     end
 
     pmc = ASF::Committee.find('incubator')
-    ipmc = pmc.members
+    ipmc = pmc.owners
     incubator_committers = pmc.committers
 
     roster = ppmc.members.map {|person|

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].