changeset 2:f16207a57f9d default tip

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 11 Nov 2020 07:39:24 +0900
parents d17d625d3cdb
children
files parse.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/parse.pl	Tue Nov 10 19:58:28 2020 +0900
+++ b/parse.pl	Wed Nov 11 07:39:24 2020 +0900
@@ -27,7 +27,7 @@
     my $latest_elem    = shift @sorted_elems;
 
     my $emit_file_path = path("./emit/$path.md");
-    $emit_file_path->parent->mkpath;
+    $emit_file_path->touchpath;
     $emit_file_path->spew_utf8($latest_elem->{body});
 }