mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use s_fun, not s_run, dufus
This commit is contained in:
parent
2f0586f79b
commit
2d35d9d882
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -81,7 +81,7 @@ def redirect(argv):
|
|||
with tiamatpip.utils.patched_sys_argv(args):
|
||||
s_fun()
|
||||
else:
|
||||
s_run()
|
||||
s_fun()
|
||||
|
||||
|
||||
def py_shell():
|
||||
|
|
Loading…
Add table
Reference in a new issue