From 3f7544760fa62c9307f3005dfecde34987785ebd Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Thu, 15 Apr 2021 17:41:34 -0500 Subject: [PATCH] Otra prueba --- tesis/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tesis/download b/tesis/download index c04d69c..2524a29 100755 --- a/tesis/download +++ b/tesis/download @@ -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" }