From a3b25550469eb07c7cfbb0dc06e8c6cfc9fc1230 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 31 May 2015 15:40:36 +0100 Subject: [PATCH] Fix typo... --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2