From e8fb94bb02f3c017ff3540177c777764acf15a77 Mon Sep 17 00:00:00 2001 From: Mathieu Allaire Date: Mon, 26 May 2014 23:25:58 -0400 Subject: [PATCH] Typo BUNDLER_GEMFILE -> BUNDLE_GEMFILE --- lib/puma/cluster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/cluster.rb b/lib/puma/cluster.rb index 1fcd621b..c4ec1501 100644 --- a/lib/puma/cluster.rb +++ b/lib/puma/cluster.rb @@ -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