mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Make bootstrap-vz-remote actually work
Wow, that's quite an oversight...
This commit is contained in:
parent
ad8d817c52
commit
4d561274e4
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue