summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-21 15:39:50 +0100
committerAlex Legler <alex@a3li.li>2015-02-21 15:39:50 +0100
commit15851c4bc5430a7b0f7d6a8af3a8b0522d672b60 (patch)
tree6468a1d69410eb4dcaef3ab96cae340c2d04afed
parentInitial version (diff)
downloadfrontend-15851c4bc5430a7b0f7d6a8af3a8b0522d672b60.tar.gz
frontend-15851c4bc5430a7b0f7d6a8af3a8b0522d672b60.tar.bz2
frontend-15851c4bc5430a7b0f7d6a8af3a8b0522d672b60.zip
Fix syntax error on ruby 2.0
-rw-r--r--lib/index.rb2
1 files changed, 1 insertions, 1 deletions
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: {