From: Tom Hughes Date: Sun, 31 May 2015 14:40:36 +0000 (+0100) Subject: Fix typo... X-Git-Tag: live~4162 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a3b25550469eb07c7cfbb0dc06e8c6cfc9fc1230?ds=inline Fix typo... --- diff --git a/Vagrantfile b/Vagrantfile index e94ca4321..24d62bb7a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ Vagrant.configure("2") do |config| # use official ubuntu image for virtualbox config.vm.provider "virtualbox" do |_, override| - config.vm.box = "ubuntu/trusty64" + override.vm.box = "ubuntu/trusty64" override.vm.synced_folder ".", "/srv/openstreetmap-website" end