Update Vagrant script path

This commit is contained in:
Hypolite Petovan 2018-04-07 09:01:40 -04:00
parent 2d9f32c3df
commit 12b5963f22
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -37,7 +37,7 @@ Vagrant.configure(2) do |config|
end
# Enable provisioning with a shell script.
config.vm.provision "shell", path: "./util/vagrant_provision.sh"
config.vm.provision "shell", path: "./bin/dev/vagrant_provision.sh"
# run: "always"
# run: "once"
end