From dd71771a820b1a92e4a346335012bd84fff564ce Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Mon, 17 Aug 2015 10:18:40 -0700 Subject: [PATCH] Fix syntax error in Vagrantfile (imported from commit 68366c2be0a0d08e332934100ef03570e9e20df4) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0283d5aa46..8f0e1e5bb4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. - config.vm.provider "virtualbox" do |vb| + config.vm.provider "virtualbox" do |vb, override| override.vm.box = "ubuntu/trusty64" end #