summaryrefslogtreecommitdiff
path: root/scripts/migrate-chunks
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/migrate-chunks')
-rwxr-xr-xscripts/migrate-chunks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migrate-chunks b/scripts/migrate-chunks
index ef393e9f..8be928c0 100755
--- a/scripts/migrate-chunks
+++ b/scripts/migrate-chunks
@@ -106,7 +106,7 @@ def move_morphologies(morphs, kind, directory, path):
subprocess.call(['git', 'mv', morph.filename, new_location])
morph.filename = new_location
loader.save_to_file(morph.filename, morph)
- subprocess.call(['git', 'add', morph.filename)
+ subprocess.call(['git', 'add', morph.filename])
subprocess.call(['git', 'commit', '--quiet', '-m',
'Move %s into %s' %(morph['name'] + '.morph', directory)])
sys.exit(0)