diff options
Diffstat (limited to 'subcmds/info.py')
-rw-r--r-- | subcmds/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py index f4d6f98c..60149975 100644 --- a/subcmds/info.py +++ b/subcmds/info.py | |||
@@ -44,7 +44,7 @@ class Info(PagedCommand): | |||
44 | help="Disable all remote operations") | 44 | help="Disable all remote operations") |
45 | 45 | ||
46 | def Execute(self, opt, args): | 46 | def Execute(self, opt, args): |
47 | self.out = _Coloring(self.manifest.globalConfig) | 47 | self.out = _Coloring(self.client.globalConfig) |
48 | self.heading = self.out.printer('heading', attr='bold') | 48 | self.heading = self.out.printer('heading', attr='bold') |
49 | self.headtext = self.out.nofmt_printer('headtext', fg='yellow') | 49 | self.headtext = self.out.nofmt_printer('headtext', fg='yellow') |
50 | self.redtext = self.out.printer('redtext', fg='red') | 50 | self.redtext = self.out.printer('redtext', fg='red') |