Skip to content

Commit e23b407

Browse files
Aaron Dsouzamatzegebbe
authored andcommitted
Fixed bson issue
1 parent 83e3b50 commit e23b407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gemspec
44

5-
logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
5+
logstash_path = ENV["LOGSTASH_PATH"] || "."
66
use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"
77

88
if Dir.exist?(logstash_path) && use_logstash_source

0 commit comments

Comments
 (0)