Fixed character in network template

Caused networking to generate spurious warnings
This commit is contained in:
Ramon van Alteren 2011-03-22 09:35:22 +01:00 committed by Mitchell Hashimoto
parent 6d669d70de
commit b1c7239ef7
1 changed files with 0 additions and 2 deletions

View File

@ -3,5 +3,3 @@
# Please do not modify any of these contents. # Please do not modify any of these contents.
config_eth<%= net_options[:adapter] %>=("<%= net_options[:ip] %> netmask <%= net_options[:netmask] %>") config_eth<%= net_options[:adapter] %>=("<%= net_options[:ip] %> netmask <%= net_options[:netmask] %>")
#VAGRANT-END #VAGRANT-END
~