summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 6fb688c2..34dfb777 100755
--- a/main.py
+++ b/main.py
@@ -310,7 +310,7 @@ class _Repo(object):
310 # (sub)manifest, and then any child submanifests. 310 # (sub)manifest, and then any child submanifests.
311 result = cmd.Execute(copts, cargs) 311 result = cmd.Execute(copts, cargs)
312 for submanifest in repo_client.manifest.submanifests.values(): 312 for submanifest in repo_client.manifest.submanifests.values():
313 spec = submanifest.ToSubmanifestSpec(root=repo_client.outer_client) 313 spec = submanifest.ToSubmanifestSpec()
314 gopts.submanifest_path = submanifest.repo_client.path_prefix 314 gopts.submanifest_path = submanifest.repo_client.path_prefix
315 child_argv = argv[:] 315 child_argv = argv[:]
316 child_argv.append('--no-outer-manifest') 316 child_argv.append('--no-outer-manifest')