fix xecNoLog
This commit is contained in:
parent
52c4300346
commit
4864a5b103
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ open class Prov protected constructor(private val processor: Processor, val name
|
||||||
return ProvResult(
|
return ProvResult(
|
||||||
success = (result.exitCode == 0),
|
success = (result.exitCode == 0),
|
||||||
cmd = "***",
|
cmd = "***",
|
||||||
out = "***",
|
out = result.out,
|
||||||
err = "***"
|
err = "***"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue