From 5408fb60ed838c996386007d4ce846abc93cc6d0 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 12 Aug 2014 17:14:49 +0000 Subject: WIP: fix typo --- scripts/migrate-chunks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.1