Change var ref in saltftp class

This commit is contained in:
Thomas S Hatch 2011-04-04 21:39:20 -06:00
parent 550f4283d1
commit 2f3b4b0e62

View File

@ -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