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 2016/06/14 10:01:15 UTC

[whimsy] branch master updated: correct email for committee-info removals

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  46b00d6   correct email for committee-info removals
46b00d6 is described below

commit 46b00d6823c7dcf7ca3d58122134c6126bb25d85
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Jun 14 06:00:48 2016 -0400

    correct email for committee-info removals
---
 www/roster/views/actions/committee.json.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/roster/views/actions/committee.json.rb b/www/roster/views/actions/committee.json.rb
index 5c6befd..2e61e1c 100644
--- a/www/roster/views/actions/committee.json.rb
+++ b/www/roster/views/actions/committee.json.rb
@@ -74,6 +74,8 @@ if env.password
   action = (@action == 'add' ? 'added to' : 'removed from')
   if pmc
     list = group ? 'PMC and committers list' : 'PMC list'
+  elsif @targets.include? 'info'
+    list = 'in committee-info.txt'
   else
     list = 'committers list'
   end

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