summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder.py')
-rw-r--r--morphlib/builder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 643ce04a..bcd934ef 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -673,7 +673,8 @@ class Builder(object): # pragma: no cover
if 'morph' in source
else source['name'])
filename = '%s.morph' % filename
- chunk = self.morph_loader.load(treeish, filename)
+ chunk = self.morph_loader.load(treeish, filename,
+ chunk_name=source['name'])
cache_id = self.get_cache_id(chunk)
kids.append(cache_id)
elif morph.kind == 'system':