From bad60a03f2686b415096f78074ce2f572a82df82 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Fri, 4 Sep 2020 10:29:46 -0400 Subject: [PATCH] tweak class name as well --- terminatorlib/plugins/command_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index a32a4bfb..c7575b06 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -19,7 +19,7 @@ VERSION = '0.1.0' AVAILABLE = ['CommandNotify'] -class LongCommandNotify(plugin.Plugin): +class CommandNotify(plugin.Plugin): capabilities = ['command_watch'] watched = set()