Merge pull request #5799 from jessestuart/jesse/remove_redundant_vagrantfile_block

[vagrant] Remove redundant configuration block in Vagrantfile.
pull/3323/merge
Matthew Hooker 8 years ago committed by GitHub
commit 83bfeb200d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Vagrantfile vendored

@ -69,11 +69,6 @@ def configureProviders(vmCfg, cpus: "2", memory: "2048")
end
end
vmCfg.vm.provider "virtualbox" do |v|
v.memory = memory
v.cpus = cpus
end
return vmCfg
end

Loading…
Cancel
Save