Return proper dotfile path

This commit is contained in:
Mitchell Hashimoto 2011-12-10 13:02:00 -08:00
parent 93e5bc3969
commit 2f85fe1d4f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module Vagrant
#
# @return [Pathname]
def dotfile_path
root_path.join(config.vagrant.dotfile_name) rescue nil
root_path.join(config.global.vagrant.dotfile_name)
end
# The path to the home directory and converted into a Pathname object.