2efd135eadf5 — Steve Fink 5 years ago
Displaying wrong bustage!!!
1 files changed, 1 insertions(+), 1 deletions(-)

M plugins/treewatch/__init__.py
M plugins/treewatch/__init__.py +1 -1
@@ 381,7 381,7 @@ class TreeWatchPlugin(plugins.Plugin):
             for old in self.busted:
                 if old not in newest:
                     need_to_debug = True
-                    message = 'tool bustage fixed: ' + new
+                    message = 'tool bustage fixed: ' + old
                     interested = self.watchers.get('busted', [])
                     for user in interested:
                         self.msg(user, message)