]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/backup.py
Make wizard force-add all files in case upstream includes .gitignore files
[wizard.git] / wizard / command / backup.py
index 38ed50ac46bfa2dec374ee366fabb289a083897b..38f7dde64ebcb4933658ae131c7f6f7332d23349 100644 (file)
@@ -7,7 +7,7 @@ def main(argv, baton):
     dir = os.path.abspath(args[0]) if args else os.getcwd()
     shell.drop_priviledges(dir, options.log_file)
     util.chdir(dir)
-    util.chdir_to_production()
+    command.chdir_to_production()
     d = deploy.ProductionCopy(".")
     d.verify()
     d.verifyConfigured()