mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not use full return for documentation.
This commit is contained in:
parent
d9d5bbaa68
commit
83798aff3c
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class SaltCMD(parsers.SaltCMDOptionParser):
|
|||
out = ''
|
||||
for full_ret in local.cmd_cli(**kwargs):
|
||||
ret_, out, retcode = self._format_ret(full_ret)
|
||||
ret.update(full_ret)
|
||||
ret.update(ret_)
|
||||
self._output_ret(ret, out)
|
||||
else:
|
||||
if self.options.verbose:
|
||||
|
|
Loading…
Add table
Reference in a new issue