diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3760,7 +3760,7 @@ class ManifestProject(MetaProject): | |||
3760 | 3760 | ||
3761 | if not this_manifest_only: | 3761 | if not this_manifest_only: |
3762 | for submanifest in self.manifest.submanifests.values(): | 3762 | for submanifest in self.manifest.submanifests.values(): |
3763 | spec = submanifest.ToSubmanifestSpec(root=self.manifest.outer_client) | 3763 | spec = submanifest.ToSubmanifestSpec() |
3764 | submanifest.repo_client.manifestProject.Sync( | 3764 | submanifest.repo_client.manifestProject.Sync( |
3765 | manifest_url=spec.manifestUrl, | 3765 | manifest_url=spec.manifestUrl, |
3766 | manifest_branch=spec.revision, | 3766 | manifest_branch=spec.revision, |