mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
c59c6af1ee
commit
76c0a9b8b7
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ def dbs_cmdline(ver):
|
|||
def run_remote_upload(args):
|
||||
print 'Running remotely:', ' '.join(args)
|
||||
subprocess.check_call(['ssh', '-x', '%s@%s'%(STAGING_USER, STAGING_HOST),
|
||||
'cd', STAGING_DIR, '&&', 'python', 'hosting.py']+args)
|
||||
'cd', STAGING_DIR, '&&', 'python2', 'hosting.py']+args)
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue