about summary refs log tree commit diff homepage
path: root/utils.jl
diff options
context:
space:
mode:
Diffstat (limited to 'utils.jl')
-rw-r--r--utils.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.jl b/utils.jl
index 62dce1d..a056c30 100644
--- a/utils.jl
+++ b/utils.jl
@@ -20,7 +20,7 @@ function render_comments(template)
   format = joinpath(prefix, "format")
   mbox = joinpath(prefix, "mbox")
   template_path = joinpath(prefix, template)
-  readchomp(`python3 $format $mbox $(message_id()) $template_path`)
+  readchomp(`$format $mbox $(message_id()) $template_path`)
 end
 
 hfun_comments_rendered() = render_comments("comment.html")