Skip to content

Commit

Permalink
feat: Word log message better
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 20, 2023
1 parent ac5742d commit 6942b22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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()
Expand Down

0 comments on commit 6942b22

Please sign in to comment.