about summary refs log tree commit homepage
path: root/bin/rainbows
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rainbows')
-rw-r--r--bin/rainbows2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rainbows b/bin/rainbows
index b3606ac..d56c5bb 100644
--- a/bin/rainbows
+++ b/bin/rainbows
@@ -118,4 +118,4 @@ if $DEBUG
 end
 
 Unicorn::Launcher.daemonize!(options) if rackup_opts[:daemonize]
-Rainbows.run(app, options)
+Rainbows::HttpServer.new(app, options).start.join