mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
0fb0d75b4d
commit
4a27b4c264
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