Skip to content

Commit

Permalink
out: fix superclass from Fluent::BufferedOutput to Fluent::Plugin::Ou…
Browse files Browse the repository at this point in the history
…tput
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent 0ed370b commit 3a12a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_groonga.rb
Expand Up @@ -25,7 +25,7 @@

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

def initialize
Expand Down

0 comments on commit 3a12a4e

Please sign in to comment.