Skip to content

Commit

Permalink
fix: update cli for new patcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 12, 2022
1 parent a37304e commit 9fc2f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/Main.kt
Expand Up @@ -49,7 +49,7 @@ class Main {
bar.reset().maxHint(1)
.extraMessage = "Merging integrations"
val integrations = Preconditions.isFile(it)
patcher.addFiles(integrations)
patcher.addFiles(listOf(integrations))
bar.step()
}

Expand Down

0 comments on commit 9fc2f96

Please sign in to comment.