]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/restore.py
Fix some bugs and make --continue handling more robust.
[wizard.git] / wizard / command / restore.py
index 5bc13b8394cec030e8761836dae4b42882f2cb9a..57e5aad88b10fe02a21dcd479015763fd50aea2f 100644 (file)
@@ -6,7 +6,7 @@ from wizard import command, deploy, shell, util
 
 def main(argv, baton):
     options, args = parse_args(argv, baton)
-    util.chdir_to_production()
+    command.chdir_to_production()
     d = deploy.ProductionCopy(".")
     d.verify()
     backups = d.backup_dir