mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
2291498162
commit
584b87d01a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ module LogStash
|
|||
|
||||
def bundler_setup!
|
||||
# if there's no .bundle/config setup the runtime environment.
|
||||
unless File.exists?(BUNDLE_CONFIG_PATH)
|
||||
unless ::File.exists?(BUNDLE_CONFIG_PATH)
|
||||
ENV["BUNDLE_PATH"] = LogStash::Environment::BUNDLE_DIR
|
||||
ENV["BUNDLE_GEMFILE"] = LogStash::Environment::GEMFILE_PATH
|
||||
ENV["BUNDLE_WITHOUT"] = "development"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue