mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-12 18:20:11 +01:00
Forgot a space
This commit is contained in:
parent
27c7990261
commit
94e686c46c
@ -323,7 +323,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||
cmdline += ' --force --test'
|
||||
if options.verbose:
|
||||
cmdline += ' --verbose'
|
||||
cmdline += "%s:%s" % (app['id'], thisbuild['vercode'])
|
||||
cmdline += " %s:%s" % (app['id'], thisbuild['vercode'])
|
||||
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
||||
output = ''
|
||||
error = ''
|
||||
|
Loading…
Reference in New Issue
Block a user