You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/01/10 21:43:51 UTC

[whimsy] branch master updated: Tweak

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

sebb 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 ef5e3a7  Tweak
ef5e3a7 is described below

commit ef5e3a7be1edcc3f47c57e4c0ed4b1f863f23f62
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jan 10 21:43:49 2019 +0000

    Tweak
---
 www/roster/models/nonpmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 27a3f1b..d110296 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -81,7 +81,7 @@ class NonPMC
     roster.each {|id, info| info[:member] = ASF::Person.find(id).asf_member?}
 
     if cttee.chair and roster[cttee.chair.id]
-      roster[cttee.chair.id]['role'] = 'PMC chair' 
+      roster[cttee.chair.id]['role'] = 'Committee chair' 
     end
 
     # separate out the known ASF members and extract any matching committer details