diff options
| author | 2018-05-01 11:36:13 +0100 | |
|---|---|---|
| committer | 2018-05-01 11:36:13 +0100 | |
| commit | d5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch) | |
| tree | 5b6b1c87dfc64da7783b04c68ac184dc158934a0 /Vagrantfile | |
| parent | [Wiki] Fix image spacing (diff) | |
| parent | restructure docker (diff) | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# static/style.css
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 |