Skip to content

Commit 59dd2bf

Browse files
Typo in stdin file attribute names
1 parent 72dd3b7 commit 59dd2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
arg-context)}
6969
(when-let [wd (-> definition :container :working-dir)]
7070
{:working-dir (first (interpolate arg-context wd))}))
71-
(-> definition :input :file) (update-in [:input :file] (fn [s] (first (interpolate arg-context s)))))]
71+
(-> definition :stdin :file) (update-in [:stdin :file] (fn [s] (first (interpolate arg-context s)))))]
7272
(jsonrpc/notify
7373
:message
7474
{:debug (format "function call %s"

0 commit comments

Comments
 (0)