1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Feature #3075: typo

This commit is contained in:
Jaime Melis 2014-07-24 15:09:46 +02:00
parent 8c99e630e7
commit 298730bc5c

View File

@ -207,7 +207,7 @@ class Router
end
end
elsif search
File.open(FILE[:resolv_conf], 'a') do |resolv_conf|
File.open(FILES[:resolv_conf], 'a') do |resolv_conf|
resolv_conf.puts "search #{search}"
end
end