Fix issues in kdoc

This commit is contained in:
Paul Schaub 2025-04-04 12:16:00 +02:00
parent edb405d79e
commit 859bb5bdde
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 6 additions and 5 deletions

View file

@ -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
}