Include util.rb early so the included hook is set up properly.
Fixes a NoMethodError running any command that invokes Environment.load!
This commit is contained in:
parent
e158a01d69
commit
c78a3f3e3f
|
@ -11,7 +11,7 @@ end
|
|||
require File.expand_path("util/glob_loader", libdir)
|
||||
|
||||
# Load them up
|
||||
Vagrant::GlobLoader.glob_require(libdir, %w{util/stacked_proc_runner
|
||||
Vagrant::GlobLoader.glob_require(libdir, %w{util util/stacked_proc_runner
|
||||
downloaders/base config provisioners/base provisioners/chef systems/base
|
||||
commands/base commands/box action/exception_catcher hosts/base})
|
||||
|
||||
|
|
Loading…
Reference in New Issue