summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2013-10-28 15:24:30 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2013-10-28 15:24:30 +0000
commitc6b5103bf5e7cea79363311313886e27d949e39f (patch)
tree3b91ea708914a404d2dbd285e587624c8fb8c7f7 /morphlib/plugins/branch_and_merge_plugin.py
parent89c110e30c58cc9b2da8cb7d5631a31cb1d3cc12 (diff)
downloadmorph-c6b5103bf5e7cea79363311313886e27d949e39f.tar.gz
Tidy up debug output of morph build
Diffstat (limited to 'morphlib/plugins/branch_and_merge_plugin.py')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index 990fe100..9961fcf3 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -1744,7 +1744,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
self.app.runcmd(['git', 'add'] + changed_files,
cwd=repo_dir, env=env)
- self.app.status(msg='%(repo)s: Update morphologies to use '
+ self.app.status(msg='%(repo)s: Updating morphologies to use '
'build branch instead of "%(branch)s"',
repo=repo, branch=system_branch)