Fix syntax error in Vagrantfile

(imported from commit 68366c2be0a0d08e332934100ef03570e9e20df4)
This commit is contained in:
Luke Faraone 2015-08-17 10:18:40 -07:00
parent e8ea761fbe
commit dd71771a82
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -45,7 +45,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Provider-specific configuration so you can fine-tune various # Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options. # 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" override.vm.box = "ubuntu/trusty64"
end end
# #