aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-04-29 20:03:50 +0200
committerGravatar GitHub <[email protected]>2018-04-29 20:03:50 +0200
commitf57942f2575dc26c9487688ded773a0abdab5c61 (patch)
treed39039c85b361c199c7dd77e4d02fb1a14082054 /Vagrantfile
parent[Wiki] Dumb CSS typo (diff)
pipenv and dockerfile (#62)
pipenv and dockerfile
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
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