We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232849e commit a1bf84eCopy full SHA for a1bf84e
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gemspec
4
5
-logstash_path = "../../logstash"
+logstash_path = ENV['LOGSTASH_PATH'] || '../../logstash'
6
7
if Dir.exist?(logstash_path) && ENV["LOGSTASH_SOURCE"] == "1"
8
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
0 commit comments