diff --git a/bin/fishwife b/bin/fishwife index fb99417..47cb948 100755 --- a/bin/fishwife +++ b/bin/fishwife @@ -31,5 +31,7 @@ end require 'fishwife' server = Rack::Server.new -server.options[:server] = 'Fishwife' +opts = server.options +opts[:server] = 'Fishwife' +server.options = opts server.start