mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Typo BUNDLER_GEMFILE -> BUNDLE_GEMFILE
This commit is contained in:
parent
de59a88c86
commit
e8fb94bb02
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ module Puma
|
|||
|
||||
# If we're not running under a Bundler context, then
|
||||
# report the info about the context we will be using
|
||||
if !ENV['BUNDLER_GEMFILE'] and File.exist?("Gemfile")
|
||||
if !ENV['BUNDLE_GEMFILE'] and File.exist?("Gemfile")
|
||||
log "+ Gemfile in context: #{File.expand_path("Gemfile")}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue