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()