mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-08 10:15:49 +01:00
fix: Correct warning message
This commit is contained in:
parent
e95a392016
commit
ba573f73d0
@ -298,7 +298,7 @@ internal object PatchCommand : Runnable {
|
|||||||
"$patchName is incompatible with version $packageVersion. "
|
"$patchName is incompatible with version $packageVersion. "
|
||||||
+ "This patch is only compatible with version "
|
+ "This patch is only compatible with version "
|
||||||
+ packages.joinToString(";") { pkg ->
|
+ packages.joinToString(";") { pkg ->
|
||||||
"${pkg.name}: ${pkg.versions!!.joinToString(", ")}"
|
pkg.versions!!.joinToString(", ")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
} ?: return@patch logger.fine(
|
} ?: return@patch logger.fine(
|
||||||
|
Loading…
Reference in New Issue
Block a user