lib/vagrant-host-shell.rb in vagrant-host-shell-0.0.2 vs lib/vagrant-host-shell.rb in vagrant-host-shell-0.0.3
- old
+ new
@@ -1,6 +1,8 @@
module VagrantPlugins
module HostShell
+ lib_path = Pathname.new(File.expand_path("../vagrant-host-shell", __FILE__))
+ autoload :Errors, lib_path.join("errors")
end
end
require 'vagrant-host-shell/plugin'