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 2021/07/28 21:54:11 UTC

[whimsy] branch master updated: Typo

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 56952f7  Typo
56952f7 is described below

commit 56952f7a7ceec634f0afcea5edd6e02f7476a64c
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jul 28 22:54:03 2021 +0100

    Typo
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 21c7378..4fe808e 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -298,7 +298,7 @@ get '/icla/index.json' do
     tmp = []
     ASF::ICLA.each {|icla|
       if icla.noId?
-        if auth[:secretary]
+        if @auth[:secretary]
           iclaFile = ASF::ICLAFiles.match_claRef(icla.claRef) # must be secretary
           tmp << { name: icla.name, mail: icla.email, claRef: icla.claRef, iclaFile: iclaFile}
         else