Skip to content

Commit

Permalink
Merge pull request #3297 from ashie/follow-up-#3240
Browse files Browse the repository at this point in the history
Fill an uninitialized instance variable of FluentPluginConfigFormatter
  • Loading branch information
ashie authored Mar 17, 2021
2 parents e2259a5 + 8299260 commit 9fe81ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/command/plugin_config_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def initialize(argv = ARGV)
@verbose = false
@libs = []
@plugin_dirs = []
@table = false
@options = {}

prepare_option_parser
Expand Down

0 comments on commit 9fe81ca

Please sign in to comment.