Skip to content

Commit

Permalink
add self to confusion with Kernel#open
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jun 28, 2024
1 parent 8cafcab commit 52365cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esse/index/indices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def reset_index(suffix: index_suffix, optimize: true, import: true, reindex: fal
if optimize && number_of_replicas != new_number_of_replicas || refresh_interval != new_refresh_interval
close(suffix: suffix)
update_settings(suffix: suffix)
open(suffix: suffix)
self.open(suffix: suffix)
end
update_aliases(suffix: suffix)
existing.each { |s| delete_index!(**options, suffix: s) }
Expand Down

0 comments on commit 52365cb

Please sign in to comment.