Navigation Menu

Skip to content

Commit

Permalink
in: require Fluent::Plugin::Input instead of Fluent::Input
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 12, 2017
1 parent 7e67b6a commit eb0eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_groonga.rb
Expand Up @@ -22,7 +22,7 @@
require "gqtp"
require "groonga/command/parser"

require "fluent/input"
require "fluent/plugin/input"
require "fluent/process"

module Fluent
Expand Down

0 comments on commit eb0eccb

Please sign in to comment.