mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
ANother rsync invocation that needed compression method fixed
This commit is contained in:
parent
ccd4840013
commit
8dd68d157d
@ -336,7 +336,7 @@ class UploadUserManual(Command): # {{{
|
||||
srcdir = self.j(gettempdir(), 'user-manual-build', 'en', 'html') + '/'
|
||||
check_call(
|
||||
' '.join(
|
||||
['rsync', '-zrl', '--info=progress2', srcdir, 'main:/srv/manual/']
|
||||
['rsync', '-zz' '-rl', '--info=progress2', srcdir, 'main:/srv/manual/']
|
||||
),
|
||||
shell=True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user