Skip to content

Commit

Permalink
Fix typo in start.cmd (#2415)
Browse files Browse the repository at this point in the history
enviroment -> environment
  • Loading branch information
eltociear authored Oct 31, 2023
1 parent 9b4ce34 commit 269f7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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" (
Expand Down

0 comments on commit 269f7b4

Please sign in to comment.