diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 0db96b54..3ad0627d 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -292,7 +292,8 @@ later is required to fix a server side protocol bug. | |||
292 | Returns path to the overriding manifest file. | 292 | Returns path to the overriding manifest file. |
293 | """ | 293 | """ |
294 | superproject = git_superproject.Superproject(self.manifest, | 294 | superproject = git_superproject.Superproject(self.manifest, |
295 | self.repodir) | 295 | self.repodir, |
296 | quiet=opt.quiet) | ||
296 | all_projects = self.GetProjects(args, | 297 | all_projects = self.GetProjects(args, |
297 | missing_ok=True, | 298 | missing_ok=True, |
298 | submodules_ok=opt.fetch_submodules) | 299 | submodules_ok=opt.fetch_submodules) |