Skip to content

Commit

Permalink
- typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Jun 25, 2013
1 parent 730f026 commit bd04bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def register
end

#pick SINCEDB_DIR if available, otherwise use HOME
sincedb_dir = EVN["SINCEDB_DIR"] || ENV["HOME"]
sincedb_dir = ENV["SINCEDB_DIR"] || ENV["HOME"]

# Join by ',' to make it easy for folks to know their own sincedb
# generated path (vs, say, inspecting the @path array)
Expand Down

0 comments on commit bd04bc4

Please sign in to comment.