diff --git a/lib/logstash/pluginmanager/uninstall.rb b/lib/logstash/pluginmanager/uninstall.rb index 1afec4c7d..f881771d8 100644 --- a/lib/logstash/pluginmanager/uninstall.rb +++ b/lib/logstash/pluginmanager/uninstall.rb @@ -36,7 +36,7 @@ class LogStash::PluginManager::Uninstall < LogStash::PluginManager::Command end rescue => exception gemfile.restore! - report_exception("Uninstall aborded", exception) + report_exception("Uninstall Aborted", exception) ensure display_bundler_output(output) end diff --git a/lib/logstash/pluginmanager/update.rb b/lib/logstash/pluginmanager/update.rb index 3cb03041f..d1b1f02f2 100644 --- a/lib/logstash/pluginmanager/update.rb +++ b/lib/logstash/pluginmanager/update.rb @@ -57,7 +57,7 @@ class LogStash::PluginManager::Update < LogStash::PluginManager::Command display_updated_plugins(previous_gem_specs_map) rescue => exception gemfile.restore! - report_exception("Updated Aborded", exception) + report_exception("Updated Aborted", exception) ensure display_bundler_output(output) end