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/03/02 15:11:02 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 0f95b18  Typo
0f95b18 is described below

commit 0f95b189e0e3f60ec005a5e6043a41496e40649c
Author: Sebb <se...@apache.org>
AuthorDate: Tue Mar 2 15:09:04 2021 +0000

    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 7919a80..bbc7eda 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -146,7 +146,7 @@ get '/committer2/index.json' do
 
     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