Commit ace428ee by Jillian Vogel Committed by Robert Raposa

Fix typo in reindex task

parent 6773ec63
...@@ -71,7 +71,7 @@ namespace :search do ...@@ -71,7 +71,7 @@ namespace :search do
# NOTE on the small chance that another process re-auto-creates the index # NOTE on the small chance that another process re-auto-creates the index
# we just deleted before we have a chance to create the alias, this next # we just deleted before we have a chance to create the alias, this next
# call will fail. # call will fail.
move_alias_to(Content::ES_INDEX_NAME, new_index_name) move_alias_to(Content::ES_INDEX_NAME, new_index)
end end
op = in_place ? 'reindex' : '(re)build index' op = in_place ? 'reindex' : '(re)build index'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment