From b3bdb5a9c4a8a43fd3d2dd6e4e1a83b2b87cb13d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 12 Apr 2025 23:40:23 +0100 Subject: [PATCH] output-template add lua type() function I hope you never need it, but (1) I did; (2) it's harmless --- pkgs/output-template/output-template.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/output-template/output-template.fnl b/pkgs/output-template/output-template.fnl index a2e1339..64d2b06 100644 --- a/pkgs/output-template/output-template.fnl +++ b/pkgs/output-template/output-template.fnl @@ -28,6 +28,7 @@ : math : ipairs : tonumber + : type :output (fn [service-path path default]