We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dd3b7 commit 59dd2bfCopy full SHA for 59dd2bf
src/tools.clj
@@ -68,7 +68,7 @@
68
arg-context)}
69
(when-let [wd (-> definition :container :working-dir)]
70
{:working-dir (first (interpolate arg-context wd))}))
71
- (-> 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)))))]
72
(jsonrpc/notify
73
:message
74
{:debug (format "function call %s"
0 commit comments