Require action base before everything else as well

This commit is contained in:
Mitchell Hashimoto 2010-02-13 11:48:13 -08:00
parent 0864d7c2d3
commit 1288b229d1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PROJECT_ROOT = File.join(libdir, '..')
# The libs which must be loaded prior to the rest
%w{ftools json pathname logger virtualbox net/ssh
net/scp tarruby fileutils vagrant/util}.each do |f|
net/scp tarruby fileutils vagrant/util vagrant/actions/base}.each do |f|
require f
end