small change

This commit is contained in:
DazedAnon 2024-07-01 18:42:56 -05:00
parent f11948cdad
commit e79177b130

View file

@ -95,7 +95,7 @@ xcopy /s /e /y "%repo%-%branch%\*" "."
REM Clean up
echo "Cleaning up..."
del repo.zip
rmdir /s /q "%repo%-main"
rmdir /s /q "%repo%-%branch%"
del latest_patch_sha.txt
REM Store latest SHA for next check