chiark / gitweb /
Forgot a space
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 20 Dec 2013 17:49:51 +0000 (18:49 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 20 Dec 2013 17:49:51 +0000 (18:49 +0100)
fdroidserver/build.py

index eaec0d242c509875f0fa926d729b3e8c9fbcfb06..d2239043fd7d7300bd82d4d1b1b6e1cb0d492d5f 100644 (file)
@@ -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 = ''