fix: Correct warning message

This commit is contained in:
oSumAtrIX 2023-10-07 01:36:42 +02:00
parent 0c70b589b6
commit e4e339dff4
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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(