Skip to content

Commit

Permalink
Change default port to localhost instead of nil
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Jun 10, 2014
1 parent cf28e17 commit 30d621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rakeup/server_task.rb
Expand Up @@ -24,7 +24,7 @@ class ServerTask < Rake::TaskLib

def initialize(name = :server)
@name = name
@host = nil
@host = 'localhost'
@port = 4567
@pid_file = "tmp/#{name}.pid"
@rackup_file = "#{name}.ru"
Expand Down

0 comments on commit 30d621a

Please sign in to comment.