1
0
Fork 0
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:
Mathieu Allaire 2014-05-26 23:25:58 -04:00
parent de59a88c86
commit e8fb94bb02

View file

@ -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