Navigation Menu

Skip to content

Commit

Permalink
in: fix module inheritance from Fluent::Input to Fluent::Plugin::Input
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 13, 2017
1 parent eba943b commit 494a9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fluent/plugin/in_groonga.rb
Expand Up @@ -26,6 +26,7 @@
require "fluent/process"

module Fluent
module Plugin
class GroongaInput < Input
Plugin.register_input("groonga", self)

Expand Down Expand Up @@ -474,4 +475,5 @@ def initialize_command_parser
end
end
end
end
end

0 comments on commit 494a9b9

Please sign in to comment.