feat: Word log message better

This commit is contained in:
oSumAtrIX 2023-09-20 05:02:28 +02:00
parent ac5742dd6c
commit 6942b22a68
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class ApkSigner(
logger.info("Creating keystore at ${it.absolutePath}")
newKeystore(it)
} else {
logger.info("Using keystore at ${it.absolutePath}")
logger.info("Using keystore ${it.absolutePath}")
}
}).use { fis -> store.load(fis, null) }
store.aliases().nextElement()