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