Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix provider config
  • Loading branch information
mleventi committed Jun 25, 2015
1 parent 6615e07 commit bb7637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nodes = [
Vagrant.configure('2') do |config|

# Configure our boxes with 1 CPU and 384MB of RAM
config.vm.provider 'vmware_gantry' do |v|
config.vm.provider 'vmware_appcatalyst' do |v|
v.vmx['numvcpus'] = '1'
v.vmx['memsize'] = '384'
end
Expand Down

0 comments on commit bb7637e

Please sign in to comment.