summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:23:10 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-11 10:23:10 +0100
commit090d21ed8e9cb7bd640c2632217399dc72e0df0a (patch)
tree448d007f74b52b61bd5ee8513c19dbe1b30848b6 /morphlib/plugins
parent764a5070e63b417ac38922bdd0bfdefe707f692a (diff)
parentb30e50942b77a6bebdf8a74bd118cd2f06744abd (diff)
downloadmorph-090d21ed8e9cb7bd640c2632217399dc72e0df0a.tar.gz
Merge branch 'danielfirth/RT219'
Reviewed by Lars Wirzenius Reviewd by Richard Ipsum
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 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)