diff options
Diffstat (limited to 'lib/storage.rb')
-rw-r--r-- | lib/storage.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/storage.rb b/lib/storage.rb index e8de874..56f3ef0 100644 --- a/lib/storage.rb +++ b/lib/storage.rb @@ -15,7 +15,7 @@ module Ag::Storage [:green, :yellow].include? index_status(indexname).downcase.to_sym end - # Throws Elasticsearch::Transport::Transport::Errors::NotFound + # throws Elasticsearch::Transport::Transport::Errors::NotFound # if the list does not exist def delete_index(list) $es.indices.delete(index: 'ml-' + list) |