mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-14 12:04:21 +01:00
...
This commit is contained in:
parent
8c9e6233bc
commit
1fd244a96d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def pre_sub_commands(self, opts):
|
|||
def run(self, opts):
|
||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||
subprocess.check_call(
|
||||
('rsync --partial -rh --progress --delete --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/' % dist).split())
|
||||
('rsync --partial -rh --progress --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/' % dist).split())
|
||||
|
||||
class Manual(Command):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue