summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/source.py b/morphlib/source.py
index 53563a43..6b809aa3 100644
--- a/morphlib/source.py
+++ b/morphlib/source.py
@@ -90,7 +90,7 @@ class Source(object):
for artifact in self.artifacts.values():
files.add(artifact.basename())
if self.morphology.needs_artifact_metadata_cached:
- files.add(artifact.metadata_basename())
+ files.add(artifact.metadata_basename('meta'))
return files