summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 023cf732..a46da012 100644
--- a/project.py
+++ b/project.py
@@ -1801,7 +1801,7 @@ class Project(object):
1801 # Ensure that some refs exist. Otherwise, we probably aren't looking 1801 # Ensure that some refs exist. Otherwise, we probably aren't looking
1802 # at a real git repository and may have a bad url. 1802 # at a real git repository and may have a bad url.
1803 if not self.bare_ref.all: 1803 if not self.bare_ref.all:
1804 ok = False 1804 ok = False
1805 1805
1806 if alt_dir: 1806 if alt_dir:
1807 if old_packed != '': 1807 if old_packed != '':