mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Fix issues in kdoc
This commit is contained in:
parent
edb405d79e
commit
859bb5bdde
4 changed files with 6 additions and 5 deletions
|
@ -37,7 +37,7 @@ class EncryptExternal(
|
|||
|
||||
override fun signWith(key: InputStream): Encrypt = apply {
|
||||
commandList.add("--sign-with=@ENV:SIGN_WITH_$argCounter")
|
||||
envList.add("SIGN_WITH_$argCounter=${ExternalSOP.readString(key)}")
|
||||
envList.add("SIGN_WITH_$argCounter=${readString(key)}")
|
||||
argCounter += 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue