mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
6ed7b4bc5c
commit
3ce3b96e30
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ module LogStashCompilerLSCLGrammar; module LogStash; module Compiler; module LSC
|
|||
elsif existing.kind_of?(::Array)
|
||||
hash[k] = existing.push(*v)
|
||||
else
|
||||
hash[k] = existing + v
|
||||
hash[k] = [existing, v] unless v == existing
|
||||
end
|
||||
hash
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue