summaryrefslogtreecommitdiff
path: root/morphlib/plugins/deploy_plugin.py
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-09-26 16:16:58 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2013-09-26 16:16:58 +0100
commitb30e50942b77a6bebdf8a74bd118cd2f06744abd (patch)
treeae57ddb67f7468ccf6673546c8e6173df6820026 /morphlib/plugins/deploy_plugin.py
parent3d93d272079b602aefe5d3bcd660d4a3307f3aad (diff)
downloadmorph-b30e50942b77a6bebdf8a74bd118cd2f06744abd.tar.gz
Morph now executes extensions in the repository containing the morphologies
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 dc9f5158..35bb2b6e 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -461,7 +461,7 @@ class DeployPlugin(cliapp.Plugin):
self.app.runcmd(
[ext_filename] + args,
['sh', '-c', 'while read l; do echo `date "+%F %T"` $l; done'],
- env=env, stdout=None, stderr=None)
+ cwd=repo_dir, env=env, stdout=None, stderr=None)
if delete_ext:
os.remove(ext_filename)