summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-10-27 14:16:20 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-10-27 14:16:20 +0000
commitbf7b6f8851db21f2d6559e23f588a83b546b70cd (patch)
treeebb28a0941313904315774f8064caa6ff43c2a5e
parent79c06711f47d39bdff6d84c2736d88b99ef35b9c (diff)
downloadmorph-bf7b6f8851db21f2d6559e23f588a83b546b70cd.tar.gz
Fix confusing messagebaserock/ps/message-fix
-rw-r--r--morphlib/localrepocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/localrepocache.py b/morphlib/localrepocache.py
index 8d2030c4..a7f0692b 100644
--- a/morphlib/localrepocache.py
+++ b/morphlib/localrepocache.py
@@ -195,7 +195,7 @@ class LocalRepoCache(object):
else:
errors.append(error)
self._app.status(
- msg='Failed to fetch tarball, falling back to git clone.')
+ msg='Using git clone.')
target = self._mkdtemp(self._cachedir)
try:
self._git(['clone', '--mirror', '-n', repourl, target])