mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
53bd15e1f4
commit
47545d6859
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ class LogStash::PluginManager::Update < LogStash::PluginManager::Command
|
|||
|
||||
if local_gems.size > 0
|
||||
if update_all?
|
||||
plugins_with_path = local_gems.map(&:name)
|
||||
plugins_with_path = local_gems
|
||||
else
|
||||
plugins_with_path = plugins_arg & local_gems.map(&:name)
|
||||
plugins_with_path = plugins_arg & local_gems
|
||||
end
|
||||
|
||||
warn_local_gems(plugins_with_path) if plugins_with_path.size > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue