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