diff --git a/lib/vagrant/box.rb b/lib/vagrant/box.rb index 11edf495e..67e09a0d5 100644 --- a/lib/vagrant/box.rb +++ b/lib/vagrant/box.rb @@ -105,7 +105,7 @@ module Vagrant # @param [String] name Name of the box whose directory you're interested in. # @return [String] Full path to the box directory. def directory(env, name) - File.join(Env.boxes_path, name) + File.join(env.boxes_path, name) end end