mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
We're no longer passing ret
. Remove it from args.
This commit is contained in:
parent
2b1cf0ac14
commit
f7459a1536
@ -274,7 +274,7 @@ def create(path,
|
||||
return ret
|
||||
|
||||
|
||||
def _install_script(source, cwd, python, runas, ret):
|
||||
def _install_script(source, cwd, python, runas):
|
||||
env = 'base'
|
||||
if not salt.utils.is_windows():
|
||||
tmppath = salt.utils.mkstemp(dir=cwd)
|
||||
|
Loading…
Reference in New Issue
Block a user