mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Forgot a space
This commit is contained in:
parent
27c7990261
commit
94e686c46c
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||||
cmdline += ' --force --test'
|
cmdline += ' --force --test'
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
cmdline += ' --verbose'
|
cmdline += ' --verbose'
|
||||||
cmdline += "%s:%s" % (app['id'], thisbuild['vercode'])
|
cmdline += " %s:%s" % (app['id'], thisbuild['vercode'])
|
||||||
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
||||||
output = ''
|
output = ''
|
||||||
error = ''
|
error = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue