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 2019/07/28 19:08:12 UTC

[whimsy] branch master updated: s/PMC/committee/ in nonpmc.json

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 56e7e89  s/PMC/committee/ in nonpmc.json
56e7e89 is described below

commit 56e7e8906c5fd4e4b97045adb17a29c4357ccf39
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jul 28 15:07:23 2019 -0400

    s/PMC/committee/ in nonpmc.json
---
 www/roster/views/actions/nonpmc.json.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/actions/nonpmc.json.rb b/www/roster/views/actions/nonpmc.json.rb
index 4b3f100..4c8c143 100644
--- a/www/roster/views/actions/nonpmc.json.rb
+++ b/www/roster/views/actions/nonpmc.json.rb
@@ -48,7 +48,8 @@ if env.password
   action = (@action == 'add' ? 'added to' : 'removed from')
   if @targets.include? 'pmc'
     # must use () to enclose method parameter below as ? binds tighter
-    list = @targets.include?('commit') ? 'PMC and committers list' : 'PMC list'
+    list = @targets.include?('commit') ?
+      'committee and committers list' : 'committee list'
   elsif @targets.include? 'info'
     list = 'in committee-info.txt'
   else