mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27053 from rallytime/bp-26992
Back-port #26992 to 2015.5
This commit is contained in:
commit
0227e1cb57
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class SaltCMD(parsers.SaltCMDOptionParser):
|
|||
ret_, out, retcode = self._format_ret(full_ret)
|
||||
retcodes.append(retcode)
|
||||
self._output_ret(ret_, out)
|
||||
ret.update(ret_)
|
||||
ret.update(full_ret)
|
||||
except KeyError:
|
||||
errors.append(full_ret)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue