Skip to content

Commit 05ced96

Browse files
committed
Fix lint
1 parent 0eb002d commit 05ced96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/builds/syncers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def copy(cls, path, target, host, is_file=False, **__):
104104
# Add a slash when copying directories
105105
sync_cmd = (
106106
"ssh {user}@{server} 'rsync -av "
107-
"--delete --exclude projects {user}@{host}:{path} {target}'"
107+
"--delete --exclude projects {user}@{host}:{path} {target}'"
108108
.format(
109109
host=host,
110110
path=path,

0 commit comments

Comments
 (0)