Remove usage of $vagrant_bundler_runtime within enabled check

This commit is contained in:
Chris Roberts 2016-11-11 14:23:55 -08:00
parent c2d9e7e290
commit 1ed27faa9f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ module Vagrant
#
# @return [Boolean]
def self.plugins_enabled?
!ENV["VAGRANT_NO_PLUGINS"] && $vagrant_bundler_runtime
!ENV["VAGRANT_NO_PLUGINS"]
end
# Whether or not super quiet mode is enabled. This is ill-advised.