summaryrefslogtreecommitdiff
path: root/morphlib/git.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-13 09:33:58 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-13 09:33:58 +0100
commit31b887e4fa73920ea2c0c95160eabdc758f4fde0 (patch)
tree03281afb7dcbe892dd6237682d74950f6a3f2328 /morphlib/git.py
parentdcf5f8f3b3bb9a82a2fad8889494d72674a0ce3a (diff)
downloadmorph-31b887e4fa73920ea2c0c95160eabdc758f4fde0.tar.gz
morphlib.git: fix submodule format string
Diffstat (limited to 'morphlib/git.py')
-rw-r--r--morphlib/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/git.py b/morphlib/git.py
index c37fe241..1e9190df 100644
--- a/morphlib/git.py
+++ b/morphlib/git.py
@@ -196,7 +196,7 @@ class Submodules(object):
# add a submodule object to the list
self.submodules.append(submodule)
else:
- self.msg('Skipping submodule "%s" as %s has '
+ self.msg('Skipping submodule "%s" as %s:%s has '
'a non-commit object for it' %
(submodule.name, self.repo, self.ref))
except morphlib.execute.CommandFailure: