about summary refs log tree commit homepage
path: root/bin/rainbows
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rainbows')
-rwxr-xr-xbin/rainbows6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rainbows b/bin/rainbows
index f5ddaa7..c659afa 100755
--- a/bin/rainbows
+++ b/bin/rainbows
@@ -117,9 +117,9 @@ op = nil
 if $DEBUG
   require 'pp'
   pp({
-    :unicorn_options => options,
-    :app => app,
-    :daemonize => rackup_opts[:daemonize],
+    unicorn_options: options,
+    app: app,
+    daemonize: rackup_opts[:daemonize],
   })
 end