Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit f2d9da4

Browse files
committed
fix: uncomment merging integrations
Signed-off-by: oSumAtrIX <[email protected]>
1 parent d14fd90 commit f2d9da4

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/app/revanced/cli

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/Main.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Main {
4646
bar.reset().maxHint(1)
4747
.extraMessage = "Merging integrations"
4848
val integrations = Preconditions.isFile(it)
49-
//patcher.addFiles(listOf(integrations))
49+
patcher.addFiles(listOf(integrations))
5050
bar.step()
5151
}
5252

0 commit comments

Comments
 (0)