From 3311a78e037f613413c2e6746ea0c315d50ff8ab Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Thu, 5 Oct 2017 11:13:41 +0300 Subject: [PATCH] puma/launcher: Fixed typo I noted this while trying to apply suggestions from #1363. --- lib/puma/launcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/launcher.rb b/lib/puma/launcher.rb index 6b6cb17ad9..99af2e03ee 100644 --- a/lib/puma/launcher.rb +++ b/lib/puma/launcher.rb @@ -40,7 +40,7 @@ class Launcher # [200, {}, ["hello world"]] # end # end - # Puma::Launcher.new(conf, argv: Puma::Events.stdio).run + # Puma::Launcher.new(conf, events: Puma::Events.stdio).run def initialize(conf, launcher_args={}) @runner = nil @events = launcher_args[:events] || Events::DEFAULT