diff --git a/subcmds/info.py b/subcmds/info.py index ed196e9..f2827b3 100644 --- a/subcmds/info.py +++ b/subcmds/info.py @@ -45,7 +45,7 @@ class Info(PagedCommand): def Execute(self, opt, args): self.out = _Coloring(self.manifest.globalConfig) self.heading = self.out.printer('heading', attr = 'bold') - self.headtext = self.out.printer('headtext', fg = 'yellow') + self.headtext = self.out.nofmt_printer('headtext', fg = 'yellow') self.redtext = self.out.printer('redtext', fg = 'red') self.sha = self.out.printer("sha", fg = 'yellow') self.text = self.out.nofmt_printer('text')