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 114ff491..66a123d2 100644
--- a/project.py
+++ b/project.py
@@ -2181,7 +2181,7 @@ class MetaProject(Project):
2181 syncbuf.Finish() 2181 syncbuf.Finish()
2182 2182
2183 return GitCommand(self, 2183 return GitCommand(self,
2184 ['branch', '-D', 'default'], 2184 ['update-ref', '-d', 'refs/heads/default'],
2185 capture_stdout = True, 2185 capture_stdout = True,
2186 capture_stderr = True).Wait() == 0 2186 capture_stderr = True).Wait() == 0
2187 2187