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:
parent
79be4b98e5
commit
f0147fbc0f
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue