Skip to content

Commit 7b3591d

Browse files
committed
Rework runner fix
1 parent 8623a50 commit 7b3591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def run(self):
265265
outputter = None
266266
display_output(ret, outputter, self.opts)
267267
else:
268-
ret = self._proc_function_local(self.opts['fun'],
268+
ret = self._proc_function(self.opts['fun'],
269269
low,
270270
user,
271271
async_pub['tag'],

0 commit comments

Comments
 (0)