Skip to content

Commit 3e2f87b

Browse files
committed
fix grill cmd path
1 parent 2bf3134 commit 3e2f87b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wurstpack/wurstscript/grill.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ rem Resolve script dir
1111
set "DIR=%~dp0"
1212

1313
set "JAVA=%DIR%wurst-runtime\bin\java.exe"
14-
set "GRILL_JAR=%DIR%grill\grill.jar"
14+
set "GRILL_JAR=%DIR%grill-cli\grill.jar"
1515

1616
if not exist "%GRILL_JAR%" (
1717
echo [grill] ERROR: Missing jar. Searched:
1818
echo %GRILL_JAR%
1919
rem fallback to ../grill if you want:
20-
set "GRILL_JAR=%DIR%..\grill\grill.jar"
20+
set "GRILL_JAR=%DIR%..\grill-cli\grill.jar"
2121
if not exist "%GRILL_JAR%" (
2222
echo %GRILL_JAR%
2323
goto :restore

0 commit comments

Comments
 (0)