Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
 mn/#3-support-latest-elasticsearch-dsl-6
  • Loading branch information
codekiln committed Jul 11, 2023
1 parent 22c96d5 commit bcac9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_elastic_migrations/management/commands/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_index_specifying_options(cls, options, require_one_include_list=None):
if apply_all and indexes:
logger.warning(
"Received --all along with index names: '{indexes}'."
"Noramlly you would not specify names of indexes "
"Normally you would not specify names of indexes "
"with --all, since --all covers all the indexes. "
"The --all has been canceled; operating on just '{indexes}'."
"To clear *all* the indexes, just use --all.".format(
Expand Down

0 comments on commit bcac9d8

Please sign in to comment.