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