mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tools/vm.py
This commit is contained in:
parent
404a659a39
commit
2b142dc81b
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ class VM:
|
|||
destination = f"{self.name}:{rsync_remote_path}"
|
||||
description = "Rsync local checkout to VM..."
|
||||
if download:
|
||||
self.rsync(destination + "/*", source, description, rsync_flags)
|
||||
self.rsync(f"{destination}/*", source, description, rsync_flags)
|
||||
else:
|
||||
self.rsync(source, destination, description, rsync_flags)
|
||||
if self.is_windows:
|
||||
|
|
Loading…
Add table
Reference in a new issue