Skip to content

Commit

Permalink
fix: windows get config command
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Feb 4, 2025
1 parent ecbf88e commit dd8b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-config.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal

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

if not defined daytona_path (
echo Daytona executable not found
Expand Down

0 comments on commit dd8b34c

Please sign in to comment.