We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6550851 commit ffafee4Copy full SHA for ffafee4
1 file changed
contrib/vagrant/provision-vagrant-controller.sh
@@ -78,8 +78,8 @@ fi
78
# be guaranteed to run inside the deis codebase. Therefore we can't use that opportunity to discover
79
# the path of the codebase on the host machine. Therefore we do it now as this script has to exist
80
# inside the codebase.
81
-nodes_dir="$CODE_BASE_DIR/provider/vagrant/nodes"
82
-nodes_path_file="$CODE_BASE_DIR/provider/vagrant/.host_nodes_dir"
+nodes_dir="$CODE_BASE_DIR/provider/vagrant-util/nodes"
+nodes_path_file="$CODE_BASE_DIR/provider/vagrant-util/.host_nodes_dir"
83
echo $nodes_dir > $nodes_path_file
84
85
# Add the Controller's public SSH key to user's machine. This allows the Controller to
0 commit comments