This commit is contained in:
mwiegand 2021-11-17 18:45:48 +01:00
parent c760955790
commit 81559667b1

View file

@ -14,8 +14,8 @@ post "/:strategy" do |env|
Process.run( Process.run(
"#{strategies_dir}/#{strategy}", "#{strategies_dir}/#{strategy}",
[ [
params,
hook, hook,
params,
], ],
output: output, output: output,
error: output, error: output,