Merge pull request #14750 from hulu/fix-compact-output

output.compact.output(): fix ref to output.highstate.output()
This commit is contained in:
Thomas S Hatch 2014-08-05 12:38:21 -06:00
commit 5c2ccce1cf

View File

@ -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)