forked from 0x2620/pandora
typo
This commit is contained in:
parent
8577ec7a77
commit
7e9cc878dd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if __name__ == "__main__":
|
||||||
old = int(sys.argv[2])
|
old = int(sys.argv[2])
|
||||||
new = int(sys.argv[3])
|
new = int(sys.argv[3])
|
||||||
if old < 3111:
|
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'):
|
if os.path.exists('pandora/monkey_patch'):
|
||||||
run('rm', '-r', 'pandora/monkey_patch')
|
run('rm', '-r', 'pandora/monkey_patch')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue