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 2016/08/20 14:49:52 UTC

[whimsy] branch master updated: Fix operator precedence error

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  a2533a0   Fix operator precedence error
a2533a0 is described below

commit a2533a090b8221f62011a157def07a4f0d15a003
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 20 15:49:42 2016 +0100

    Fix operator precedence error
---
 www/incubator/maillist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/incubator/maillist.cgi b/www/incubator/maillist.cgi
index 1db20a9..541ffe0 100755
--- a/www/incubator/maillist.cgi
+++ b/www/incubator/maillist.cgi
@@ -27,7 +27,7 @@ _html do
 
         _td podling.status
         _td podling.reporting.join(', ')
-        _td lists.select {|list| list.start_with? "#{podling.name}-" || list.start_with? "incubator-#{podling.name}-"}.join(', ')
+        _td lists.select {|list| list.start_with?("#{podling.name}-") || list.start_with?("incubator-#{podling.name}-") }.join(', ')
       end
     end
   end

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