This commit is contained in:
j 2013-05-30 11:18:48 +00:00
parent 8577ec7a77
commit 7e9cc878dd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if __name__ == "__main__":
old = int(sys.argv[2])
new = int(sys.argv[3])
if old < 3111:
run('bzr', 'resolved', 'pandora/moneky_patch', 'pandora/monkey_patch/migrations')
run('bzr', 'resolved', 'pandora/monkey_patch', 'pandora/monkey_patch/migrations')
if os.path.exists('pandora/monkey_patch'):
run('rm', '-r', 'pandora/monkey_patch')
else: