summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph b/morph
index b6902a75..e3a13500 100755
--- a/morph
+++ b/morph
@@ -219,6 +219,7 @@ class Morph(cliapp.Application):
artifact.source.repo = lrc.cache_repo(
artifact.source.repo_name)
if not self.settings['no-git-update']:
+ self.msg('Cloning/updating %s' % artifact.source.repo.url)
self._cache_repo_and_submodules(
lrc, artifact.source.repo.url, artifact.source.sha1,
done)