From 0a460b07a52460253c4e2cd49ae32b4212c908d4 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 21 Jan 2022 17:16:27 +0700 Subject: Vendor formbox hotfix --- utils.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils.jl') diff --git a/utils.jl b/utils.jl index 8383740..f39dee5 100644 --- a/utils.jl +++ b/utils.jl @@ -17,9 +17,10 @@ hfun_comments() = @sprintf("https://lists.sr.ht/~cnx/site?search=%s:%s", function render_comments(template) prefix = joinpath(path(:libs), "formbox") + format = joinpath(prefix, "format") mbox = joinpath(prefix, "mbox") template_path = joinpath(prefix, template) - readchomp(`formbox $mbox $(message_id()) $template_path`) + readchomp(`$format $mbox $(message_id()) $template_path`) end function hfun_comments_rendered() -- cgit 1.4.1