fix cache issue, rename provision script

This commit is contained in:
Matthew Scragg 2014-09-03 09:26:53 -05:00
parent 1492448448
commit 0dead5176a
3 changed files with 10 additions and 5 deletions

2
Vagrantfile vendored
View file

@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.cpus = 2
end
config.vm.provision "shell", path: "provision.sh"
config.vm.provision "shell", path: "install.sh"
end
Vagrant::Config.run do |config|