mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FIX: script was missing newlines when generating hosts
This commit is contained in:
parent
7dbf709467
commit
6acabec423
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def swap_address(hosts, name, ips)
|
|||
next if hostname == name
|
||||
end
|
||||
new_file << line
|
||||
new_file << "\n"
|
||||
end
|
||||
|
||||
ips.each do |ip|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue