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