Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowaykeanho committed Aug 13, 2023
1 parent 1af1dc9 commit ff90130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ for /F "usebackq delims=" %%A in ("%PROJECT_PATH_ROOT%\CONFIG.toml") do (
echo "DEBUG RAW LINE: %%A"
set "line="
set "stop=0"
for /F "tokens=1 delims=#" %%i in ("%%A") do (
for /f "tokens=1 delims=" %%i in ("%%A") do (
if "%%i"=="#" (
set "stop=1"
)
Expand Down

0 comments on commit ff90130

Please sign in to comment.