summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/install.rb')
-rw-r--r--lib/bundler/cli/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb
index 5db9463cbe..dbe25977a4 100644
--- a/lib/bundler/cli/install.rb
+++ b/lib/bundler/cli/install.rb
@@ -56,7 +56,7 @@ module Bundler
# rubygems plugins sometimes hook into the gem install process
Gem.load_env_plugins if Gem.respond_to?(:load_env_plugins)
- Plugin.gemfile_install(Bundler.default_gemfile) if Bundler.settings[:plugin]
+ Plugin.gemfile_install(Bundler.default_gemfile) if Bundler.settings[:plugins]
definition = Bundler.definition
definition.validate_ruby!