diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 21:42:39 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 21:42:39 -0700 |
commit | e773e28350957da33ae122c3cfcd0f15b868535b (patch) | |
tree | 766e51d1896550a1de3a4c8a586f9a08921509eb /ag | |
parent | archives: try community solution (diff) | |
download | backend-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-x | ag | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |