mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
1254573a43
commit
1ccfd1cf0f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class LogStash::PluginManager::Update < Clamp::Command
|
||||||
# create list of plugins to update
|
# create list of plugins to update
|
||||||
plugins = unless plugin_list.empty?
|
plugins = unless plugin_list.empty?
|
||||||
not_installed = plugin_list.select{|plugin| !previous_gem_specs_map.has_key?(plugin.downcase)}
|
not_installed = plugin_list.select{|plugin| !previous_gem_specs_map.has_key?(plugin.downcase)}
|
||||||
raise(LogStash::PluginManager::Error, "Plugin #{not_installed.join(', ')} has not been previously installed, aborting") unless not_installed.empty?
|
raise(LogStash::PluginManager::Error, "Plugin #{not_installed.join(', ')} is not installed so it cannot be updated, aborting") unless not_installed.empty?
|
||||||
plugin_list
|
plugin_list
|
||||||
else
|
else
|
||||||
previous_gem_specs_map.values.map{|spec| spec.name}
|
previous_gem_specs_map.values.map{|spec| spec.name}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue