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 7da7b1d3..aeb092ca 100644
--- a/project.py
+++ b/project.py
@@ -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,