mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-07 17:29:44 +02:00
CertifyUserIdExternal: add separator before passing keys
This commit is contained in:
parent
e1d048225b
commit
ab13cc1de1
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ class CertifyUserIdExternal(binary: String, environment: Properties) : CertifyUs
|
|||
|
||||
override fun certs(certs: InputStream): Ready =
|
||||
ExternalSOP.executeTransformingOperation(
|
||||
Runtime.getRuntime(), commandList.plus(keys), envList, certs)
|
||||
Runtime.getRuntime(), commandList.plus("--").plus(keys), envList, certs)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue