summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
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)