Commit a2763a98 by Robert Raposa Committed by GitHub

Merge pull request #219 from open-craft/jill/fix-search-reindex-typo

Fix typo in search:do_reindex task
parents 6773ec63 d14b0284
...@@ -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