Ver código fonte

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

Adam Locke 3 anos atrás
pai
commit
b9ae8fdb13
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/setup/install/docker.asciidoc

+ 1 - 1
docs/reference/setup/install/docker.asciidoc

@@ -103,7 +103,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
 ----
 ====