Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: do not delete output file
Browse files Browse the repository at this point in the history
This fixes the output file to be deleted when the option `--purge` was used.
  • Loading branch information
oSumAtrIX committed Aug 24, 2023
1 parent 6aed946 commit 0f3e090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ internal object PatchCommand : Runnable {

if (purge) {
logger.info("Purging temporary files")
outputFilePath.delete()
purge(resourceCachePath)
}

Expand Down

0 comments on commit 0f3e090

Please sign in to comment.