Skip to content

Commit

Permalink
Typo in stdin file attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Nov 22, 2024
1 parent 72dd3b7 commit 59dd2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59dd2bf

Please sign in to comment.