summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph4
1 files changed, 2 insertions, 2 deletions
diff --git a/morph b/morph
index 56d4a58e..a5d9f4e0 100755
--- a/morph
+++ b/morph
@@ -166,8 +166,8 @@ class Morph(cliapp.Application):
for x in morphology['sources']:
queue.append((x['repo'], x['ref'],
'%s.morph' % x['morph']))
- source = morphlib.source.Source(reponame, ref, absref,
- morphology, filename)
+ source = morphlib.source.Source(repo, ref, absref,
+ morphology, filename)
pool.add(source)
return pool