Skip to content

Commit

Permalink
fix: uncomment merging integrations
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Apr 14, 2022
1 parent d14fd90 commit f2d9da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Main {
bar.reset().maxHint(1)
.extraMessage = "Merging integrations"
val integrations = Preconditions.isFile(it)
//patcher.addFiles(listOf(integrations))
patcher.addFiles(listOf(integrations))
bar.step()
}

Expand Down

0 comments on commit f2d9da4

Please sign in to comment.