diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/resolvconf.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/resolvconf.erb b/templates/resolvconf.erb index c961fc6..0bc467f 100644 --- a/templates/resolvconf.erb +++ b/templates/resolvconf.erb @@ -6,5 +6,3 @@ search <%= real_resolvconf_search %> <% real_resolvconf_nameservers.split(':').each do |val| -%> nameserver <%= val %> <% end -%> - - |