]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/massmigrate.py
Implement 'wizard install', with other improvements.
[wizard.git] / wizard / command / massmigrate.py
index ff1ded28f34cc5d8e6f088140013efc1e436a9fc..6af91cdfe1a345ea2375221d837b377f42cbec89 100644 (file)
@@ -51,7 +51,7 @@ def main(argv, baton):
             return (on_success, on_error)
         on_success, on_error = make_on_pair(d)
         sh.wait() # wait for a parallel processing slot to be available
-        sh.callAsUser(shell.wizard_bin, "migrate", d.location, *base_args,
+        sh.callAsUser("wizard", "migrate", d.location, *base_args,
                       uid=uid, on_success=on_success, on_error=on_error)
     sh.join()
     for name, deploys in errors.items():