Skip to content

Commit dd8b34c

Browse files
committed
fix: windows get config command
Signed-off-by: Toma Puljak <[email protected]>
1 parent ecbf88e commit dd8b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-config.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33

4-
for /f "delims=" %%i in ('where /r . daytona.exe') do set daytona_path=%%i
4+
for /f "delims=" %%i in ('where /r "%USERPROFILE%\AppData\Roaming\bin\daytona" daytona.exe') do set daytona_path=%%i
55

66
if not defined daytona_path (
77
echo Daytona executable not found

0 commit comments

Comments
 (0)