We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0aba4 commit b15efa4Copy full SHA for b15efa4
src/main/kotlin/app/revanced/library/ApkSigner.kt
@@ -154,7 +154,7 @@ object ApkSigner {
154
logger.fine("Reading key and certificate pair from keystore entry $keyStoreEntryAlias")
155
156
if (!keyStore.containsAlias(keyStoreEntryAlias)) {
157
- throw IllegalArgumentException("Keystore does not contain alias $keyStoreEntryAlias")
+ throw IllegalArgumentException("Keystore does not contain entry with alias $keyStoreEntryAlias")
158
}
159
160
// Read the private key and certificate from the keystore.
0 commit comments