diff --git a/lib/pluginmanager/remove.rb b/lib/pluginmanager/remove.rb index 36029264d..f193bcd52 100644 --- a/lib/pluginmanager/remove.rb +++ b/lib/pluginmanager/remove.rb @@ -33,6 +33,6 @@ class LogStash::PluginManager::Remove < LogStash::PluginManager::Command remove_unused_locally_installed_gems! rescue => exception - report_exception("Operation aborted, cannot remove plugin.", exception) + report_exception("Operation aborted, cannot remove plugin", exception) end end