Fixes #2946
This commit is contained in:
Pier-Hugues Pellerin 2015-04-08 09:31:18 -04:00 committed by Jordan Sissel
parent 0839c4da6c
commit 764df9e477
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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