summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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