summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-23 12:51:29 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-23 12:51:29 +0000
commit20f8c51ebed49bed0c739fac2a25b58b5888f1fb (patch)
tree92f79ab1ca30db83a737ddec19ed558a851b6aa4 /morphlib/plugins
parent2ae022d6d78e8a38d252e55e47f05bf40516eb1c (diff)
downloadmorph-20f8c51ebed49bed0c739fac2a25b58b5888f1fb.tar.gz
Morph build a030236ebf7548e99f9c536b9256da2f
System branch: master
Diffstat (limited to 'morphlib/plugins')
-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 9cae9f87..40e463bf 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -483,7 +483,7 @@ class DeployPlugin(cliapp.Plugin):
components = self._sanitise_morphology_paths(
system.get('partial-deploy-components', []), sb)
if self.app.settings['partial']:
- components = self._validate_partial_deployments(
+ components = self._validate_partial_deployment(
system, artifact, components)
deploy_defaults = system.get('deploy-defaults', {})