commit:     15851c4bc5430a7b0f7d6a8af3a8b0522d672b60
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Feb 21 14:39:50 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 14:39:50 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=15851c4b

Fix syntax error on ruby 2.0

---
 lib/index.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/index.rb b/lib/index.rb
index b4ad2b7..a50ba4c 100644
--- a/lib/index.rb
+++ b/lib/index.rb
@@ -57,7 +57,7 @@ def get_month_listing(list)
             field: 'month',
             size: 0,
             order: {
-              'month2': 'desc'
+              month2: 'desc'
             }
           },
           aggs: {

Reply via email to