Load action runner before all other files

This commit is contained in:
Mitchell Hashimoto 2010-03-09 08:45:14 -08:00
parent d550cc3a76
commit 6a3b7370aa
1 changed files with 1 additions and 1 deletions

View File

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