From c38f180fb7c40cdd497f617aae409ea3722a2024 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 2 Mar 2025 21:14:16 +0000 Subject: [PATCH] output-template expose table module --- pkgs/output-template/output-template.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/output-template/output-template.fnl b/pkgs/output-template/output-template.fnl index 3b6f263..6bccc46 100644 --- a/pkgs/output-template/output-template.fnl +++ b/pkgs/output-template/output-template.fnl @@ -24,6 +24,8 @@ (let [delim (.. opening "(.-)" closing) myenv { : string + : table + : ipairs :output (fn [service-path path default] (let [s (assert (svc.open (.. service-path "/.outputs")))]