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: