Boxes modified for use with environment

This commit is contained in:
Mitchell Hashimoto 2010-03-19 22:29:59 -07:00
parent fee10c47fd
commit 3504b1dbcb
1 changed files with 1 additions and 1 deletions

View File

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