mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
0839c4da6c
commit
764df9e477
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue