From 68425f4da878b5c7c77cc490539eeb83eb46256e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 11 Mar 2014 14:55:52 +0900 Subject: [PATCH] Fix indentation in project.py Change-Id: I81c630536eaa54d5a25b9cb339a96c28619815ea --- project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): # Ensure that some refs exist. Otherwise, we probably aren't looking # at a real git repository and may have a bad url. if not self.bare_ref.all: - ok = False + ok = False if alt_dir: if old_packed != '':