summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 2b848edc..5cb620eb 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -245,7 +245,7 @@ class Morph(cliapp.Application):
queue.extend((reponame, ref, '%s.morph' % s)
for s in morphology['build-depends'])
queue.extend((c['repo'], c['ref'], '%s.morph' % c['morph'])
- for c in morphology['sources'])
+ for c in morphology['chunks'])
def _traverse_morphs(self, *args):
warnings.warn('_traverse_morphs is deprecated, '