X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/6418262061baafb4db8ddbe2f22cd096585330ae..9dc3f5e88263cc15f8876dc421057f5b96af0335:/wizard/command/migrate.py diff --git a/wizard/command/migrate.py b/wizard/command/migrate.py index 9053037..8182285 100644 --- a/wizard/command/migrate.py +++ b/wizard/command/migrate.py @@ -11,7 +11,7 @@ def main(argv, baton): options, args = parse_args(argv, baton) dir = args[0] - shell.drop_priviledges(dir, options) + shell.drop_priviledges(dir, options.log_file) util.chdir(dir) sh = shell.Shell(options.dry_run)