Fix typo in start.cmd (#2415)

enviroment -> environment
This commit is contained in:
Ikko Eltociear Ashimine 2023-11-01 08:50:31 +09:00 committed by GitHub
parent 9b4ce34f4a
commit 269f7b4fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if exist "%CUR_PATH%%CONFIG%.cmd" (
if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" (
if "%JAVA_PATH%" == "\bin\" (
call :LOG [ERROR] JAVA_HOME not found, please setup your windows enviroment for installed java.
call :LOG [ERROR] JAVA_HOME not found, please setup your windows environment for installed java.
goto :EXIT
)
if not exist "%JAVA_PATH%java.exe" (