it is mac_address not mac

This commit is contained in:
Vishvananda Ishaya 2011-02-03 20:27:36 +00:00 committed by Mitchell Hashimoto
parent 5c1e2cdd07
commit 6416bf8ef6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module Vagrant
adapter.attachment_type = :host_only
adapter.host_interface = network_name(network_options)
if network_options[:mac]
adapter.mac = network_options[:mac]
adapter.mac_address = network_options[:mac]
end
adapter.save
end