diff --git a/build-server-crystal.cr b/build-server-crystal.cr index 2162557..28389e4 100644 --- a/build-server-crystal.cr +++ b/build-server-crystal.cr @@ -14,8 +14,8 @@ post "/:strategy" do |env| Process.run( "#{strategies_dir}/#{strategy}", [ - hook, params, + hook, ], output: output, error: output,