From 1ace39cc03e37c7abd3b55a9063265c73719205d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2012 22:18:35 -0400 Subject: [PATCH] Fix a fatal typo. --- irkerhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.26.2