Skip to content

Commit

Permalink
Fix the 2yyp typo, and properly attribute post_string to come *after*…
Browse files Browse the repository at this point in the history
… the event
  • Loading branch information
ronnocol committed Feb 24, 2014
1 parent fe87534 commit 0ba3cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/irc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LogStash::Outputs::Irc < LogStash::Outputs::Base
# Static string before event
config :pre_string, :validate => :string, :required => false

# Static string before event
# Static string after event
config :post_string, :validate => :string, :required => false

public
Expand Down

0 comments on commit 0ba3cc2

Please sign in to comment.