missed a >

This commit is contained in:
Vishvananda Ishaya 2011-02-03 20:14:15 +00:00 committed by Mitchell Hashimoto
parent 211f9d46af
commit 5c1e2cdd07
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module Vagrant
:ip => ip,
:netmask => "255.255.255.0",
:adapter => 1,
:mac = nil,
:mac => nil,
:name => nil
}.merge(options || {})