From 9a8b22997c74cb503b04f9d7361b31a73afacc76 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 2 Mar 2025 21:09:32 +0000 Subject: [PATCH] output-template: pass the tests --- pkgs/output-template/output-template.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/output-template/output-template.fnl b/pkgs/output-template/output-template.fnl index 2a6fc33..3b6f263 100644 --- a/pkgs/output-template/output-template.fnl +++ b/pkgs/output-template/output-template.fnl @@ -28,7 +28,7 @@ (fn [service-path path default] (let [s (assert (svc.open (.. service-path "/.outputs")))] (or (s:output path) default))) - :lua_quote #(string.format "%q" %1) + :lua_quote #(string.format "%q" $1) :json_quote (fn [x] (.. "\"" (json-escape x) "\"")) }] (string.gsub text delim