summaryrefslogtreecommitdiff
path: root/morphlib/plugins/anchor_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/anchor_plugin.py')
-rw-r--r--morphlib/plugins/anchor_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/anchor_plugin.py b/morphlib/plugins/anchor_plugin.py
index f3973418..40cd4c48 100644
--- a/morphlib/plugins/anchor_plugin.py
+++ b/morphlib/plugins/anchor_plugin.py
@@ -128,7 +128,7 @@ class AnchorPlugin(cliapp.Plugin):
for system in systems:
bc = BuildCommand(self.app)
srcpool = bc.create_source_pool(branch_repo, branch_ref,
- system)
+ [system])
artifact = bc.resolve_artifacts(srcpool)
sources = set(a.source for a in artifact.walk())
for source in sources: