Skip to content

Commit 8f164b3

Browse files
committed
Added quotes to fix path
1 parent efa8378 commit 8f164b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pqcheck.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for %%i in ("%LS_HOME%\logstash-core\lib\jars\*.jar") do (
1616
call :concat "%%i"
1717
)
1818

19-
"%JAVACMD%" %JAVA_OPTS% -cp "%CLASSPATH%" org.logstash.ackedqueue.PqCheck %*
19+
"%JAVACMD%" "%JAVA_OPTS%" -cp "%CLASSPATH%" org.logstash.ackedqueue.PqCheck %*
2020

2121
:concat
2222
IF not defined CLASSPATH (

0 commit comments

Comments
 (0)