Fix typo in Windows elasticsearch-env script

This commit fixes a simple typo in the Windows version of the
elasticsearch-env script; this typo is harmless as it appears in a
comment.
This commit is contained in:
Jason Tedor 2017-07-31 06:37:36 +09:00
parent 691f2940da
commit 40a7777925
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
set SCRIPT=%0
rem determine Elasticsearch home; to do this, we strip from the path util we
rem determine Elasticsearch home; to do this, we strip from the path until we
rem find bin, and then strip bin (there is an assumption here that there is no
rem nested directory under bin also named bin)
for %%I in (%SCRIPT%) do set ES_HOME=%%~dpI