summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index b6c891ac..13085fae 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -345,7 +345,7 @@ to update the working directory files.
345 self._SyncManifest(opt) 345 self._SyncManifest(opt)
346 self._LinkManifest(opt.manifest_name) 346 self._LinkManifest(opt.manifest_name)
347 347
348 if self.manifest.manifestProject.config.GetBoolean('repo.superproject'): 348 if self.manifest.manifestProject.use_superproject:
349 self._CloneSuperproject(opt) 349 self._CloneSuperproject(opt)
350 350
351 if os.isatty(0) and os.isatty(1) and not self.manifest.IsMirror: 351 if os.isatty(0) and os.isatty(1) and not self.manifest.IsMirror: