summaryrefslogtreecommitdiff
path: root/morphlib/plugins/deploy_plugin.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-23 17:07:24 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-25 14:29:09 +0000
commit13fa0d15645e2d21c9c41d1f6c481233e24a8cfd (patch)
tree93e3c93f35fe56c1c355c417ef022f48e7a77bf9 /morphlib/plugins/deploy_plugin.py
parent25617bd6277e2ec44c8d6acd742280a2708a6a2c (diff)
downloadmorph-13fa0d15645e2d21c9c41d1f6c481233e24a8cfd.tar.gz
Prepare the removal of workspace and system branches code
Change-Id: Id470c7a77a47c89118a5d9d0d23b2206d8a839e4
Diffstat (limited to 'morphlib/plugins/deploy_plugin.py')
-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 89b88373..189222a8 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -335,7 +335,7 @@ class DeployPlugin(cliapp.Plugin):
'/', 0)
definitions_repo = morphlib.definitions_repo.open(
- '.', search_for_root=True, search_workspace=True, app=self.app)
+ '.', search_for_root=True, app=self.app)
cluster_filename = morphlib.util.sanitise_morphology_path(args[0])
cluster_filename = definitions_repo.relative_path(cluster_filename)