summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-23 13:08:02 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-23 13:08:02 +0000
commit15e158e5b37a5d663c6fa91109eb8d96ed5d983d (patch)
treec5dd39d2e7e6563a4d504d65c52501cfc6edef95
parent2080403acb764929ee742cb60304361456305d93 (diff)
downloadmorph-15e158e5b37a5d663c6fa91109eb8d96ed5d983d.tar.gz
Morph build 730c29f1b65f46159d1ed2803f26034c
System branch: master
-rw-r--r--morphlib/plugins/deploy_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 49fe93dc..42c7fcf3 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -511,7 +511,7 @@ class DeployPlugin(cliapp.Plugin):
'for system "%s"' % system_id)
components = self._sanitise_morphology_paths(
- system.get('partial-deploy-components', []), sb)
+ deploy_params.get('partial-deploy-components', []), sb)
self.app.status(msg='components: %(foo)s', foo=components)
if self.app.settings['partial']:
components = self._validate_partial_deployment(