fix xecNoLog

This commit is contained in:
ansgarz 2021-04-30 12:34:17 +02:00
parent 52c4300346
commit 4864a5b103

View file

@ -98,7 +98,7 @@ open class Prov protected constructor(private val processor: Processor, val name
return ProvResult(
success = (result.exitCode == 0),
cmd = "***",
out = "***",
out = result.out,
err = "***"
)
}