We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f6d46 commit 4432089Copy full SHA for 4432089
Vagrantfile
@@ -2,6 +2,7 @@ require 'json'
2
require 'yaml'
3
4
VAGRANTFILE_API_VERSION ||= "2"
5
+confDir = $confDir ||= File.expand_path("./homestead", File.dirname(__FILE__))
6
7
homesteadYamlPath = "Homestead.yaml"
8
homesteadJsonPath = "Homestead.json"
0 commit comments