fix: Correct warning message

This commit is contained in:
oSumAtrIX 2023-10-07 01:36:42 +02:00
parent e95a392016
commit ba573f73d0
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ internal object PatchCommand : Runnable {
"$patchName is incompatible with version $packageVersion. "
+ "This patch is only compatible with version "
+ packages.joinToString(";") { pkg ->
"${pkg.name}: ${pkg.versions!!.joinToString(", ")}"
pkg.versions!!.joinToString(", ")
}
)
} ?: return@patch logger.fine(