Return proper dotfile path
This commit is contained in:
parent
93e5bc3969
commit
2f85fe1d4f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue