mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 09:49:44 +02:00
CertifyUserIdExternal: add separator before passing keys
This commit is contained in:
parent
d7fa21496a
commit
c623eb6df2
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