feat: Word log message better

This commit is contained in:
oSumAtrIX
2023-09-20 05:02:28 +02:00
parent ac5742dd6c
commit 6942b22a68

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()