Fixing: port typo.

This commit is contained in:
Arron Mabrey 2011-11-14 14:57:05 -05:00
parent 74bfcbe1aa
commit 7d3253821c

View file

@ -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