summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-27 15:06:10 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-27 15:06:10 +0100
commite200fb9c969e98e3c1a31941297ad2ec8e087c50 (patch)
tree5db64e60feae62130ca85d18c77003653ff28d63 /morph
parent6302b37667a7933c09068eb54774e0607553c8c9 (diff)
downloadmorph-e200fb9c969e98e3c1a31941297ad2ec8e087c50.tar.gz
morph: submodules should only use an absolute ref
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 2a772ca0..8f3ba311 100755
--- a/morph
+++ b/morph
@@ -400,7 +400,7 @@ class Morph(cliapp.Application):
assert cache.has_repo(reponame)
cached_repo = cache.get_repo(reponame)
try:
- submodules = morphlib.git.Submodules(cached_repo.path, ref)
+ submodules = morphlib.git.Submodules(cached_repo.path, absref)
submodules.load()
except morphlib.git.NoModulesFileError:
pass