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 4b70bc7 commit 33c37c5
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 @@ -302,7 +302,7 @@ if not exist "%PROJECT_PATH_ROOT%\CONFIG.toml" (
goto end
)

for /F "usebackq delims=" %%A in ("%PROJECT_PATH_ROOT%\CONFIG.toml") do (
for /F "usebackq delims=#" %%A in ("%PROJECT_PATH_ROOT%\CONFIG.toml") do (
echo "DEBUG RAW LINE: %%A"
set "line="
set "stop=0"
Expand Down

0 comments on commit 33c37c5

Please sign in to comment.