summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_superproject.py')
-rw-r--r--git_superproject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_superproject.py b/git_superproject.py
index 299d2537..f4dbb27b 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -406,7 +406,7 @@ def UseSuperproject(opt, manifest):
406 if opt.use_superproject is not None: 406 if opt.use_superproject is not None:
407 return opt.use_superproject 407 return opt.use_superproject
408 else: 408 else:
409 client_value = manifest.manifestProject.config.GetBoolean('repo.superproject') 409 client_value = manifest.manifestProject.use_superproject
410 if client_value is not None: 410 if client_value is not None:
411 return client_value 411 return client_value
412 else: 412 else: