Skip to content

Commit

Permalink
fix quotation
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ovcharenko-di and coderabbitai[bot] authored Nov 16, 2024
1 parent 67312f1 commit 011626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-edt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker login -u %DOCKER_LOGIN% -p %DOCKER_PASSWORD% %DOCKER_REGISTRY_URL%

if %ERRORLEVEL% neq 0 goto end

if %DOCKER_SYSTEM_PRUNE%=="true" docker system prune -af
if "%DOCKER_SYSTEM_PRUNE%"=="true" docker system prune -af

if %ERRORLEVEL% neq 0 goto end

Expand Down

0 comments on commit 011626c

Please sign in to comment.