From 59dd2bf0b1d3cc4d07e445f9737304199952e577 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Fri, 22 Nov 2024 07:38:21 -0800 Subject: [PATCH] Typo in stdin file attribute names --- src/tools.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.clj b/src/tools.clj index 009eee9..ba0f659 100644 --- a/src/tools.clj +++ b/src/tools.clj @@ -68,7 +68,7 @@ arg-context)} (when-let [wd (-> definition :container :working-dir)] {:working-dir (first (interpolate arg-context wd))})) - (-> definition :input :file) (update-in [:input :file] (fn [s] (first (interpolate arg-context s)))))] + (-> definition :stdin :file) (update-in [:stdin :file] (fn [s] (first (interpolate arg-context s)))))] (jsonrpc/notify :message {:debug (format "function call %s"