mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Fix indentation in project.py
Change-Id: I81c630536eaa54d5a25b9cb339a96c28619815ea
This commit is contained in:
parent
53e902a19b
commit
68425f4da8
@ -1801,7 +1801,7 @@ class Project(object):
|
|||||||
# Ensure that some refs exist. Otherwise, we probably aren't looking
|
# Ensure that some refs exist. Otherwise, we probably aren't looking
|
||||||
# at a real git repository and may have a bad url.
|
# at a real git repository and may have a bad url.
|
||||||
if not self.bare_ref.all:
|
if not self.bare_ref.all:
|
||||||
ok = False
|
ok = False
|
||||||
|
|
||||||
if alt_dir:
|
if alt_dir:
|
||||||
if old_packed != '':
|
if old_packed != '':
|
||||||
|
Loading…
Reference in New Issue
Block a user