Skip to content

Commit

Permalink
Merge pull request #1513 from wilkystyle/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thatch45 committed Jun 29, 2012
2 parents f922152 + 6805eae commit 0c66239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/client.py
Expand Up @@ -833,7 +833,7 @@ def pub(self, tgt, fun, arg=(), expr_form='glob',
# forms possible
minions = tgt
elif not minions:
return {'jid': '0',
return {'jid': None,
'minions': minions}

# Generate the standard keyword args to feed to format_payload
Expand Down Expand Up @@ -934,4 +934,3 @@ def function(self, fun, *args, **kwargs):
func = self.sminion.functions[fun]
args, kw = salt.minion.detect_kwargs(func, args, kwargs)
return func(*args, **kw)

0 comments on commit 0c66239

Please sign in to comment.