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 2022/02/09 16:05:15 UTC

[whimsy] branch master updated: Duh

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 08aa457  Duh
08aa457 is described below

commit 08aa45793dd55c563dfeed46f0c48652d429a41f
Author: Sebb <se...@apache.org>
AuthorDate: Wed Feb 9 16:05:10 2022 +0000

    Duh
---
 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 5f224e2..9cd2594 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -53,7 +53,7 @@ class NonPMC
     # if the roster is empty, then add the chair(s)
     if roster.empty?
       cttee.chairs.each do |ch|
-        roster[ch[:id]] = {name: ch[:name], date: 'unkown'} # it is used to flag CI data so must be true in JavaScript
+        roster[ch[:id]] = {name: ch[:name], date: 'unknown'} # it is used to flag CI data so must be true in JavaScript
       end
     end
     cttee_members = roster.keys # get the potentially updated list