Fix reference to undefined variable

This commit is contained in:
Marco Monteiro 2012-06-01 12:40:01 +01:00 committed by Mitchell Hashimoto
parent 5bbabaf5a5
commit f6c33fb4ef
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module VagrantPlugins
vm.channel.upload(temp.path, temp.path)
vm.channel.sudo("mv #{temp.path} /etc/network.d/interfaces/eth#{network[:interface]}")
vm.channel.sudo("netcfg interfaces/eth#{interface}")
vm.channel.sudo("netcfg interfaces/eth#{network[:interface]}")
end
end
end