Skip to content

Commit b4dd0fb

Browse files
committed
Fix lint
1 parent ebb2907 commit b4dd0fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/builds/syncers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ def copy(cls, path, target, host, is_file=False, **__):
103103
log.info(mkdir_cmd)
104104
# Add a slash when copying directories
105105
sync_cmd = (
106-
"ssh {user}@{server} 'rsync -av --delete --exclude projects {user}@{host}:{path} {target}'"
106+
"ssh {user}@{server} 'rsync -av "
107+
"--delete --exclude projects {user}@{host}:{path} {target}'"
107108
.format(
108109
host=host,
109110
path=path,

0 commit comments

Comments
 (0)