diff --git a/resources/LocalizedVagrantfile b/resources/LocalizedVagrantfile index 2e88bef0d..25e0fd1f4 100644 --- a/resources/LocalizedVagrantfile +++ b/resources/LocalizedVagrantfile @@ -7,8 +7,8 @@ require 'yaml' VAGRANTFILE_API_VERSION ||= "2" confDir = $confDir ||= File.expand_path("vendor/laravel/homestead", File.dirname(__FILE__)) -homesteadYamlPath = "Homestead.yaml" -homesteadJsonPath = "Homestead.json" +homesteadYamlPath = File.expand_path("Homestead.yaml", File.dirname(__FILE__)) +homesteadJsonPath = File.expand_path("Homestead.json", File.dirname(__FILE__)) afterScriptPath = "after.sh" aliasesPath = "aliases"