mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-16 16:03:59 +00:00
refactor: fix typo (#101)
This commit is contained in:
@@ -26,7 +26,7 @@ fun Patcher.addPatchesFiltered() {
|
||||
val args = MainCommand.args.sArgs?.pArgs!!
|
||||
|
||||
if (args.excludedPatches.contains(patchName)) {
|
||||
logger.info("$prefix: Explicitely excluded")
|
||||
logger.info("$prefix: Explicitly excluded")
|
||||
return@patch
|
||||
} else if ((!patch.include || args.defaultExclude) && !args.includedPatches.contains(patchName)) {
|
||||
logger.info("$prefix: Not explicitly included")
|
||||
@@ -75,4 +75,4 @@ fun Patcher.mergeFiles() {
|
||||
this.addFiles(args.sArgs?.pArgs!!.mergeFiles) { file ->
|
||||
logger.info("Merging $file")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user