mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Change var ref in saltftp class
This commit is contained in:
parent
550f4283d1
commit
2f3b4b0e62
@ -209,7 +209,7 @@ class SaltFTP(object):
|
||||
else:
|
||||
opts['tgt'] = args[0]
|
||||
opts['src'] = args[1:-1]
|
||||
opts['tgt'] = args[-1]
|
||||
opts['dest'] = args[-1]
|
||||
|
||||
return opts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user