Skip to content

Commit 6942b22

Browse files
committed
feat: Word log message better
1 parent ac5742d commit 6942b22

File tree

1 file changed

+1
-1
lines changed
  • revanced-lib/src/main/kotlin/app/revanced/lib/signing

1 file changed

+1
-1
lines changed

revanced-lib/src/main/kotlin/app/revanced/lib/signing/ApkSigner.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ApkSigner(
3535
logger.info("Creating keystore at ${it.absolutePath}")
3636
newKeystore(it)
3737
} else {
38-
logger.info("Using keystore at ${it.absolutePath}")
38+
logger.info("Using keystore ${it.absolutePath}")
3939
}
4040
}).use { fis -> store.load(fis, null) }
4141
store.aliases().nextElement()

0 commit comments

Comments
 (0)