aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rubygem-oxidized-web/files/patch-lib_oxidized_web.rb
blob: 7547653b6af79874fecd9bc1d6c0e5e49b3e3b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/oxidized/web.rb.orig	2022-04-22 14:40:24 UTC
+++ lib/oxidized/web.rb
@@ -26,7 +26,7 @@ module Oxidized
 
       def run
         @thread = Thread.new do
-          Rack::Handler::Puma.run @app, @opts
+          Rack::Handler::Puma.run @app, **@opts
           exit!
         end
       end