Skip to content

Commit ffafee4

Browse files
author
Matthew Fisher
committed
fix path issue
1 parent 6550851 commit ffafee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ fi
7878
# be guaranteed to run inside the deis codebase. Therefore we can't use that opportunity to discover
7979
# the path of the codebase on the host machine. Therefore we do it now as this script has to exist
8080
# inside the codebase.
81-
nodes_dir="$CODE_BASE_DIR/provider/vagrant/nodes"
82-
nodes_path_file="$CODE_BASE_DIR/provider/vagrant/.host_nodes_dir"
81+
nodes_dir="$CODE_BASE_DIR/provider/vagrant-util/nodes"
82+
nodes_path_file="$CODE_BASE_DIR/provider/vagrant-util/.host_nodes_dir"
8383
echo $nodes_dir > $nodes_path_file
8484

8585
# Add the Controller's public SSH key to user's machine. This allows the Controller to

0 commit comments

Comments
 (0)