mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 17:32:53 +01:00
refactor: fix consistency in logging
This commit is contained in:
parent
87ffaa4bdb
commit
46056956fe
@ -55,7 +55,7 @@ internal class Signer(
|
||||
// TODO: keystore should be saved securely
|
||||
val ks = File(signingOptions.keyStoreFilePath)
|
||||
if (!ks.exists()) newKeystore(ks) else {
|
||||
println("found existing keystore: ${ks.nameWithoutExtension}")
|
||||
println("[found] existing keystore: ${ks.nameWithoutExtension}")
|
||||
}
|
||||
|
||||
val keyStore = KeyStore.getInstance("BKS", "BC")
|
||||
|
Loading…
Reference in New Issue
Block a user