From 4d561274e4efb8689644390ee8faa8ffce9292d6 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 23 Apr 2015 23:30:39 +0200 Subject: [PATCH] Make bootstrap-vz-remote actually work Wow, that's quite an oversight... --- bootstrapvz/remote/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():