summaryrefslogtreecommitdiff
path: root/scripts/migrate-chunks
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-12 17:14:49 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-12 17:14:49 +0000
commit5408fb60ed838c996386007d4ce846abc93cc6d0 (patch)
tree8d18dc1f946406c01a5ce33102c9d9abad57346e /scripts/migrate-chunks
parente300d640481a25c67840e5318e653d9049e7b52d (diff)
downloaddefinitions-5408fb60ed838c996386007d4ce846abc93cc6d0.tar.gz
WIP: fix typo
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)