Skip to content

Commit 2792bfc

Browse files
shaharmorjordansissel
authored andcommitted
Fix typo in module name
Fixes logstash-plugins#17
1 parent 2e73b5c commit 2792bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# `batch_count` note: If you use the `batch_count` setting, you *must* use a Redis version 2.6.0 or
1616
# newer. Anything older does not support the operations used by batching.
1717
#
18-
module Logstash module Inputs class Redis < LogStash::Inputs::Threadable
18+
module LogStash module Inputs class Redis < LogStash::Inputs::Threadable
1919
# class LogStash::Inputs::Redis < LogStash::Inputs::Threadable
2020

2121
config_name "redis"

0 commit comments

Comments
 (0)