mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #14750 from hulu/fix-compact-output
output.compact.output(): fix ref to output.highstate.output()
This commit is contained in:
commit
5c2ccce1cf
@ -31,4 +31,4 @@ def output(data):
|
||||
else:
|
||||
tmp[min_][process] = {process: data[min_][process]}
|
||||
|
||||
return salt.output.highstate._output(tmp)
|
||||
return salt.output.highstate.output(tmp)
|
||||
|
Loading…
Reference in New Issue
Block a user