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 2017/09/09 10:50:52 UTC

[whimsy] branch master updated: Variable name 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 e1cacdb  Variable name typo
e1cacdb is described below

commit e1cacdbc02d8ad49cc99c2b06bfa41f62c17bbb6
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 9 11:50:03 2017 +0100

    Variable name typo
---
 www/roster/views/duties.html.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/duties.html.rb b/www/roster/views/duties.html.rb
index b661dc1..6898204 100644
--- a/www/roster/views/duties.html.rb
+++ b/www/roster/views/duties.html.rb
@@ -92,7 +92,7 @@ _html do
             end
             _li.list_unstyled do
               _ul style: 'margin-top: 15px; margin-bottom: 15px;' do
-                oversees.each do |name, duties|
+                @oversees.each do |name, duties|
                   _li do
                     _a duties['info']['role'], href: "orgchart/#{name}"
                   end

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