summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 82eb569c..bd5ffd0c 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -960,7 +960,7 @@ later is required to fix a server side protocol bug.
960 if git_superproject.UseSuperproject(opt, self.manifest): 960 if git_superproject.UseSuperproject(opt, self.manifest):
961 new_manifest_name = self._UpdateProjectsRevisionId(opt, args, load_local_manifests) 961 new_manifest_name = self._UpdateProjectsRevisionId(opt, args, load_local_manifests)
962 if not new_manifest_name: 962 if not new_manifest_name:
963 manifest_name = new_manifest_name 963 manifest_name = opt.manifest_name
964 964
965 if self.gitc_manifest: 965 if self.gitc_manifest:
966 gitc_manifest_projects = self.GetProjects(args, 966 gitc_manifest_projects = self.GetProjects(args,