summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/buildcommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 862ae715..e3a24f59 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -375,7 +375,7 @@ class BuildCommand(object):
repo_name=repo_name)
artifact.source.repo.update()
else:
- self.app.status(msg='Cloning %(repo_name)s',
+ self.app.status(msg='Caching %(repo_name)s',
repo_name=repo_name)
artifact.source.repo = self.lrc.cache_repo(repo_name)