From 3ebc25f2be7aa3ca50b52e235dd615c4edccc696 Mon Sep 17 00:00:00 2001 From: Andreas Schmidt Date: Tue, 18 Feb 2020 18:10:12 +0100 Subject: [PATCH] dotbot: dispatcher: fix typo Signed-off-by: Andreas Schmidt --- dotbot/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/dispatcher.py b/dotbot/dispatcher.py index c65e1bb..b33cb42 100644 --- a/dotbot/dispatcher.py +++ b/dotbot/dispatcher.py @@ -31,7 +31,7 @@ class Dispatcher(object): success &= plugin.handle(action, task[action]) if action == 'plugins': self._load_plugins() - self._log.lowinfo('Plugin list have been update') + self._log.lowinfo('Plugin list have been updated') self._log.info('New plugin list: %s' % [type(plugin).__name__ for plugin in self._plugins]) handled = True except Exception as err: