mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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
|
end
|
||||||
rescue => exception
|
rescue => exception
|
||||||
gemfile.restore!
|
gemfile.restore!
|
||||||
report_exception("Uninstall aborded", exception)
|
report_exception("Uninstall Aborted", exception)
|
||||||
ensure
|
ensure
|
||||||
display_bundler_output(output)
|
display_bundler_output(output)
|
||||||
end
|
end
|
||||||
|
|
|
@ -57,7 +57,7 @@ class LogStash::PluginManager::Update < LogStash::PluginManager::Command
|
||||||
display_updated_plugins(previous_gem_specs_map)
|
display_updated_plugins(previous_gem_specs_map)
|
||||||
rescue => exception
|
rescue => exception
|
||||||
gemfile.restore!
|
gemfile.restore!
|
||||||
report_exception("Updated Aborded", exception)
|
report_exception("Updated Aborted", exception)
|
||||||
ensure
|
ensure
|
||||||
display_bundler_output(output)
|
display_bundler_output(output)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue