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 9f0f97f get complete list of PMCs
9f0f97f is described below
commit 9f0f97fc4871771bf72933abcab49a07e0d8a73b
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Jul 1 17:20:27 2017 -0400
get complete list of PMCs
---
www/test/icla/main.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/test/icla/main.rb b/www/test/icla/main.rb
index a70f322..1a28dea 100755
--- a/www/test/icla/main.rb
+++ b/www/test/icla/main.rb
@@ -22,7 +22,7 @@ get '/invite' do
@view = 'invite'
# get a complete list of PMCs
- @pmcs = ASF::Committee.list.map(&:name).sort
+ @pmcs = ASF::Committee.pmcs.map(&:name).sort
# for non ASF members, limit PMCs to ones for which the user is either a
# member of the PMC or is a committer.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].