Fixing: port typo.
This commit is contained in:
parent
74bfcbe1aa
commit
7d3253821c
|
@ -88,7 +88,7 @@ module Guard
|
|||
@server_job = fork do
|
||||
opts = @options.dup
|
||||
opts[:app] = app_rack
|
||||
puts "== The Middleman is standing watch on port #{opts[:Port]||4567}"
|
||||
puts "== The Middleman is standing watch on port #{opts[:port]||4567}"
|
||||
::Middleman.start_server(opts)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue