From d4888223b54c42bba1debdb7277682b1e45855de Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 14 Nov 2014 12:01:05 +0000 Subject: Fix list-artifacts command Silly mistake caused this to be broken, and there are no tests for this command inside the morph.git source tree. --- morphlib/plugins/list_artifacts_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/plugins/list_artifacts_plugin.py b/morphlib/plugins/list_artifacts_plugin.py index 713473ac..6944cff4 100644 --- a/morphlib/plugins/list_artifacts_plugin.py +++ b/morphlib/plugins/list_artifacts_plugin.py @@ -84,7 +84,7 @@ class ListArtifactsPlugin(cliapp.Plugin): self.app.status( msg='Creating source pool for %s' % system_filename, chatty=True) - source_pool = morphlib.SourceResolver.create_source_pool( + source_pool = morphlib.sourceresolver.create_source_pool( self.lrc, self.rrc, repo, ref, system_filename, update_repos = not self.app.settings['no-git-update'], status_cb=self.app.status) -- cgit v1.2.1