From b1a4b45d62630c429659e3ce3e51964c6adabf30 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Wed, 17 Jan 2018 09:31:37 -0500 Subject: Fix extra } causing compilation to fail. --- lib/kkuleomi/store/model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kkuleomi/store/model.rb b/lib/kkuleomi/store/model.rb index 23cfcff..80680d0 100644 --- a/lib/kkuleomi/store/model.rb +++ b/lib/kkuleomi/store/model.rb @@ -36,7 +36,7 @@ module Kkuleomi::Store::Model query: { bool: { filter: { - term: { package: package } } + term: { package: package } } }, must: { match_all: {} } -- cgit v1.2.3-65-gdbad