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 e08f1b4  Typo - wrong variable
e08f1b4 is described below

commit e08f1b405f6cb540c6202a25fc93b9bac7f540f2
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 17 09:52:15 2019 +0000

    Typo - wrong variable
---
 www/roster/models/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/committee.rb b/www/roster/models/committee.rb
index e635811..b237b41 100644
--- a/www/roster/models/committee.rb
+++ b/www/roster/models/committee.rb
@@ -128,7 +128,7 @@ class Committee
         end
         if who
           unless who[:member]
-            unknownSubs << { addr: addr, person: who }
+            unknownSecSubs << { addr: addr, person: who }
           end
         else
           unknownSecSubs << { addr: addr, person: nil }

Reply via email to