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
This fix is required for v0.14.
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent 6c26827 commit 49baa27
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 @@ -476,4 +477,5 @@ def initialize_command_parser
end
end
end
end
end

0 comments on commit 49baa27

Please sign in to comment.