From: Eric S. Raymond Date: Mon, 1 Oct 2012 02:18:35 +0000 (-0400) Subject: Fix a fatal typo. X-Git-Tag: 1.3~17 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ace39cc03e37c7abd3b55a9063265c73719205d;p=irker.git Fix a fatal typo. --- diff --git a/irkerhook.py b/irkerhook.py index bcc8275..ce568be 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -142,7 +142,7 @@ class GenericExtractor: except: self.url = prefix + self.commit if self.color: - self.activate.colors() + self.activate_color() class GitExtractor(GenericExtractor): "Metadata extraction for the git version control system."