summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-07-29 14:58:16 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-07-29 14:58:16 +0000
commitf860d3e7b0e14b01b31d4f3d63a8c37572cd9fdc (patch)
tree40c9c4e7e95f3f1075d3cc3cd64148b8b2d0aea6
parentdfc9a628cd8c0d7e3fe040a1e337c41c95fbc8c6 (diff)
parent8d809fd1bc799e23f2ea885d8b58355cb26afc8f (diff)
downloadmorph-f860d3e7b0e14b01b31d4f3d63a8c37572cd9fdc.tar.gz
Merge branch 'baserock/richardmaw/bugfix/fix-list-artifacts'
Reviewed-by: Daniel Silverstone Reviewed-by: Adam Coldrick
-rw-r--r--morphlib/plugins/list_artifacts_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/list_artifacts_plugin.py b/morphlib/plugins/list_artifacts_plugin.py
index 872c0754..8074206b 100644
--- a/morphlib/plugins/list_artifacts_plugin.py
+++ b/morphlib/plugins/list_artifacts_plugin.py
@@ -85,7 +85,7 @@ class ListArtifactsPlugin(cliapp.Plugin):
self.app.status(
msg='Creating source pool for %s' % system_filename, chatty=True)
source_pool = self.app.create_source_pool(
- self.lrc, self.rrc, (repo, ref, system_filename))
+ self.lrc, self.rrc, repo, ref, system_filename)
self.app.status(
msg='Resolving artifacts for %s' % system_filename, chatty=True)