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/08/30 18:54:07 UTC

[whimsy] branch master updated: s/person/people/

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 2c1b9a8  s/person/people/
2c1b9a8 is described below

commit 2c1b9a8e8939aa54a140104bc4e71d24633b726a
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Aug 30 14:53:58 2017 -0400

    s/person/people/
---
 www/roster/views/actions/committee.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/actions/committee.json.rb b/www/roster/views/actions/committee.json.rb
index ce1075d..6e78fc5 100644
--- a/www/roster/views/actions/committee.json.rb
+++ b/www/roster/views/actions/committee.json.rb
@@ -21,7 +21,7 @@ if env.password
     who = people.map {|person| person.public_name}.join(' and ')
   else
     who = people[0..-2].map {|person| person.id}.join(', ') + 
-      ', and ' + person.last.id
+      ', and ' + people.last.id
   end
 
   # update committee-info.txt

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