mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Rename parameter
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
5a31d9b9d0
commit
9967db7b4e
@ -145,8 +145,8 @@ class Fluentd
|
||||
end
|
||||
end
|
||||
|
||||
def parse_config(config_content)
|
||||
scanner = StringScanner.new(config_content)
|
||||
def parse_config(content)
|
||||
scanner = StringScanner.new(content)
|
||||
contents = Hash.new {|h, k| h[k] = [] }
|
||||
until scanner.eos? do
|
||||
started = scanner.pos
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user