mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Fix after mistake rebasing
This commit is contained in:
parent
fbdd840692
commit
4a2c93658a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class Store(object):
|
|||
|
||||
@cached_property
|
||||
def repo_path(self):
|
||||
return self._store.initialize_repo(self._repo, self._sha)
|
||||
return self._store.initialize_repo(self._repo, self._ref)
|
||||
|
||||
def __init__(self, directory=None):
|
||||
if directory is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue