Navigation Menu

Skip to content

Commit

Permalink
out: fix module inheritance from Fluent:: to Fluent::Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent 0d4a07b commit e5dd8e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fluent/plugin/out_groonga.rb
Expand Up @@ -22,6 +22,7 @@
require "groonga/client"

module Fluent
module Plugin
class GroongaOutput < BufferedOutput
Plugin.register_output("groonga", self)

Expand Down Expand Up @@ -766,4 +767,5 @@ def read_output(context)
end
end
end
end
end

0 comments on commit e5dd8e7

Please sign in to comment.