diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index bb8ff03f..89351891 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,7 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| type: "virtualbox", mount_options: ["dmode=775,fmode=775"] end - config.vm.provision "shell", path: "Vagrant_bootstrap.sh" + config.vm.provision "shell", path: "scripts/vagrant_bootstrap.sh" end end |