Fix a fatal typo.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 02:18:35 +0000 (22:18 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 02:18:35 +0000 (22:18 -0400)
irkerhook.py

index bcc8275f7c64fa4b5dcce1dfbc5033cfacb6aaa5..ce568bef42140942d06cb37a8a44a496995afce9 100755 (executable)
@@ -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."