Fix PowerShell plugin issues affecting fetch module when used against Windows hosts.

This commit is contained in:
Chris Church
2014-12-01 22:18:35 -05:00
parent 6570a6c6de
commit de267b5655
4 changed files with 21 additions and 8 deletions

View File

@@ -1193,7 +1193,7 @@ class Runner(object):
return path
if len(split_path) > 1:
return os.path.join(initial_fragment, *split_path[1:])
return conn.shell.join_path(initial_fragment, *split_path[1:])
else:
return initial_fragment