Otra prueba

This commit is contained in:
perro tuerto 2021-04-15 17:41:34 -05:00
parent a1be26c127
commit 3f7544760f
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ pads.each_with_index do |pad, i|
main += download(pad, tits[i])
end
File.open('md/tesis.md', 'w') { |f| f.write main.strip }
File.open('md/tesis.md', 'w') { |f| f.write "#{main.strip}\n" }