Skip to content

Commit

Permalink
Fix name name and adding space
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <[email protected]>
  • Loading branch information
ganmacs committed Dec 27, 2019
1 parent 37f64c6 commit 500b025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/buf_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def initialize
def configure(conf)
super

@variable_store = Fluent::VariableStore.fetch_or_build(:buf_file_single)
@variable_store = Fluent::VariableStore.fetch_or_build(:buf_file)

multi_workers_configured = owner.system_config.workers > 1 ? true : false

Expand Down
2 changes: 1 addition & 1 deletion test/test_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def create_warn_dummy_logger
$log = Fluent::Log.new(logger)
end

sub_test_case '.build'do
sub_test_case '.build' do
test 'read config' do
write_config("#{TMP_DIR}/build/config_build.conf", 'key value')
c = Fluent::Config.build(config_path: "#{TMP_DIR}/build/config_build.conf")
Expand Down

0 comments on commit 500b025

Please sign in to comment.