summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/cachedrepo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachedrepo.py b/morphlib/cachedrepo.py
index 93bb357e..9f6ee46b 100644
--- a/morphlib/cachedrepo.py
+++ b/morphlib/cachedrepo.py
@@ -150,7 +150,7 @@ class CachedRepo(object):
repository.
'''
- return self._gitdir.version_guess(ref)
+ return self.gitdir.version_guess(ref)
def list_files(self, ref, recurse=True): # pragma: no cover
'''Return filenames found in the tree pointed to by the given ref.