Fix bad function call in the salt client

This commit is contained in:
Thomas S Hatch 2011-03-07 15:57:12 -07:00
parent cdbdff3b5a
commit 3f76c40f91

View File

@ -110,7 +110,7 @@ class LocalClient(object):
if not minions:
return {'jid': '',
'minions': minions}
package = salt.payload.('clear',
package = salt.payload.format_payload('clear',
cmd='publish',
tgt=tgt,
fun=fun,