Removing 'mb' from the following line in the day14.md

This commit is contained in:
Codehunter-py 2022-05-31 18:56:17 +02:00
parent 06c35e1a14
commit fd4d8853f3

View File

@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
v.cpus = 4
v.customize ["modifyvm", :id, "--vram", "128mb"]
v.customize ["modifyvm", :id, "--vram", "128"]
end