aboutsummaryrefslogtreecommitdiff
path: root/ag
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:42:39 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2023-04-09 21:42:39 -0700
commite773e28350957da33ae122c3cfcd0f15b868535b (patch)
tree766e51d1896550a1de3a4c8a586f9a08921509eb /ag
parentarchives: try community solution (diff)
downloadbackend-e773e28350957da33ae122c3cfcd0f15b868535b.tar.gz
backend-e773e28350957da33ae122c3cfcd0f15b868535b.tar.bz2
backend-e773e28350957da33ae122c3cfcd0f15b868535b.zip
ElasticSearch: try to monkeypatch Elasticsearch::UnsupportedProductError
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'ag')
-rwxr-xr-xag1
1 files changed, 1 insertions, 0 deletions
diff --git a/ag b/ag
index fdbc37f..6131f61 100755
--- a/ag
+++ b/ag
@@ -17,6 +17,7 @@ require_relative 'lib/threading'
require_relative 'lib/rendering'
require_relative 'lib/storage'
require_relative 'lib/hotfixes'
+require_relative 'lib/monkeypatch_es'
$options = OpenStruct.new
$options.action = nil