mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
4edbf5d32b
commit
001c609179
1 changed files with 3 additions and 2 deletions
|
@ -96,13 +96,14 @@ module LogStash
|
|||
|
||||
if options[:install]
|
||||
arguments << "install"
|
||||
arguments << "--clean" if options[:clean]
|
||||
elsif options[:update]
|
||||
arguments << "update"
|
||||
arguments << options[:update]
|
||||
elsif options[:clean]
|
||||
arguments << "clean"
|
||||
end
|
||||
|
||||
arguments << "--clean" if options[:clean]
|
||||
|
||||
arguments.flatten
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue