1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

A little too eager on the search/replace.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@142 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-04-04 02:09:00 +00:00
parent 79be4b98e5
commit f0147fbc0f

View file

@ -57,7 +57,7 @@ class Start < GemPlugin::Plugin "/commands"
settings = conf.merge(settings)
end
config = Mongrel::Rails::RailsConfigurator.new(defaults) do
config = Mongrel::Rails::RailsConfigurator.new(settings) do
log "Starting Mongrel in #{defaults[:environment]} mode at #{defaults[:host]}:#{defaults[:port]}"
if defaults[:daemon]