Make bootstrap-vz-remote actually work

Wow, that's quite an oversight...
This commit is contained in:
Anders Ingemann 2015-04-23 23:30:39 +02:00
parent ad8d817c52
commit 4d561274e4

View file

@ -43,7 +43,7 @@ def main():
with build_server.connect() as connection: with build_server.connect() as connection:
connection.run(manifest, connection.run(manifest,
debug=opts['--debug'], debug=opts['--debug'],
dry_run=['--dry-run']) dry_run=opts['--dry-run'])
def get_opts(): def get_opts():