diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 != '': |