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:
Brian Donovan 2010-07-13 07:59:24 -07:00 committed by Mitchell Hashimoto
parent e158a01d69
commit c78a3f3e3f
1 changed files with 1 additions and 1 deletions

View File

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