mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 04:23:41 +02:00
...
This commit is contained in:
parent
b2f4041483
commit
53de96b18b
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ def run(self, opts):
|
|||
srcdir = self.j(gettempdir(), 'user-manual-build', 'en', 'html') + '/'
|
||||
check_call(
|
||||
' '.join(
|
||||
['rsync', '-zz' '-rl', '--info=progress2', srcdir, 'main:/srv/manual/']
|
||||
['rsync', '-zz', '-rl', '--info=progress2', srcdir, 'main:/srv/manual/']
|
||||
),
|
||||
shell=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue