Skip to content

Commit 4432089

Browse files
committed
Fix path
1 parent 86f6d46 commit 4432089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ require 'json'
22
require 'yaml'
33

44
VAGRANTFILE_API_VERSION ||= "2"
5+
confDir = $confDir ||= File.expand_path("./homestead", File.dirname(__FILE__))
56

67
homesteadYamlPath = "Homestead.yaml"
78
homesteadJsonPath = "Homestead.json"

0 commit comments

Comments
 (0)