Skip to content

Commit

Permalink
Fix fatfinger
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomite committed Feb 7, 2012
1 parent 47c4eff commit 03f409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class LogStash::Outputs::Base < LogStash::Plugin

# Only handle events with all of these fields.
# Optional.
config :fields, :validae => :array, :default => []
config :fields, :validate => :array, :default => []

public
def initialize(params)
Expand Down

0 comments on commit 03f409c

Please sign in to comment.