Skip to content

Commit

Permalink
Rework runner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Feb 9, 2021
1 parent 8623a50 commit 7b3591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def run(self):
outputter = None
display_output(ret, outputter, self.opts)
else:
ret = self._proc_function_local(self.opts['fun'],
ret = self._proc_function(self.opts['fun'],
low,
user,
async_pub['tag'],
Expand Down

0 comments on commit 7b3591d

Please sign in to comment.