Skip to content

Commit ad92138

Browse files
author
Jason R. Coombs
committed
Correct error message to refer to this package. Ref yougov/mongo-connetor#813.
1 parent f3335e9 commit ad92138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongo_connector/doc_managers/elastic2_doc_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"Error: elasticsearch (https://pypi.python.org/pypi/elasticsearch) "
3333
"version 2.x or 5.x is not installed.\n"
3434
"Install with:\n"
35-
" pip install elastic-doc-manager[elastic2]\n"
35+
" pip install elastic2-doc-manager[elastic2]\n"
3636
"or:\n"
37-
" pip install elastic-doc-manager[elastic5]\n"
37+
" pip install elastic2-doc-manager[elastic5]\n"
3838
)
3939

4040
from elasticsearch import (

0 commit comments

Comments
 (0)