[DOCS] Fix elasticsearch-reset-password typo (#119405)

Changes `reset-elastic-password` to `elasticsearch-reset-password`.
This commit is contained in:
Adam Locke 2021-11-23 07:43:23 -05:00 committed by GitHub
parent 79b463afbc
commit c0c038dd79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ For example:
[source,sh]
----
docker exec -it es-node01 /usr/share/elasticsearch/bin/reset-elastic-password
docker exec -it es-node01 /usr/share/elasticsearch/bin/elasticsearch-reset-password
----
====