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 12, 2017
1 parent eb0eccb commit 610e6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fluent/plugin/in_groonga.rb
Original file line number Diff line number Diff line change
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 @@ -469,4 +470,5 @@ def initialize_command_parser
end
end
end
end
end

0 comments on commit 610e6f0

Please sign in to comment.