diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 5ba0d074..f46babfe 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -365,7 +365,7 @@ to update the working directory files. | |||
365 | return a | 365 | return a |
366 | 366 | ||
367 | def _ShouldConfigureUser(self, opt): | 367 | def _ShouldConfigureUser(self, opt): |
368 | gc = self.manifest.globalConfig | 368 | gc = self.client.globalConfig |
369 | mp = self.manifest.manifestProject | 369 | mp = self.manifest.manifestProject |
370 | 370 | ||
371 | # If we don't have local settings, get from global. | 371 | # If we don't have local settings, get from global. |
@@ -414,7 +414,7 @@ to update the working directory files. | |||
414 | return False | 414 | return False |
415 | 415 | ||
416 | def _ConfigureColor(self): | 416 | def _ConfigureColor(self): |
417 | gc = self.manifest.globalConfig | 417 | gc = self.client.globalConfig |
418 | if self._HasColorSet(gc): | 418 | if self._HasColorSet(gc): |
419 | return | 419 | return |
420 | 420 | ||