diff --git a/bootstrapvz/remote/main.py b/bootstrapvz/remote/main.py index d007a20..9613088 100644 --- a/bootstrapvz/remote/main.py +++ b/bootstrapvz/remote/main.py @@ -43,7 +43,7 @@ def main(): with build_server.connect() as connection: connection.run(manifest, debug=opts['--debug'], - dry_run=['--dry-run']) + dry_run=opts['--dry-run']) def get_opts():