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 5b26b64c..59221914 100644
--- a/project.py
+++ b/project.py
@@ -2440,7 +2440,7 @@ class Project(object):
2440 if quiet: 2440 if quiet:
2441 cmd.append('-q') 2441 cmd.append('-q')
2442 if GitCommand(self, cmd).Wait() != 0: 2442 if GitCommand(self, cmd).Wait() != 0:
2443 raise GitError('%s submodule update --init --recursive %s ' % self.name) 2443 raise GitError('%s submodule update --init --recursive ' % self.name)
2444 2444
2445 def _Rebase(self, upstream, onto=None): 2445 def _Rebase(self, upstream, onto=None):
2446 cmd = ['rebase'] 2446 cmd = ['rebase']