]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/migrate.py
Implement mass-upgrade.
[wizard.git] / wizard / command / migrate.py
index 9053037f3c03c42299a636bd4b58e72864f32b31..8182285edfb634cf64bcfc8f5f4831fe7d524199 100644 (file)
@@ -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)