Fix bad merge from v3-stable

This commit is contained in:
Thomas Reynolds 2015-05-04 10:02:32 -07:00
parent ee0f9f00f5
commit cee53d0f2d

View file

@ -131,10 +131,10 @@ module Middleman
@host = app.config[:host] @host = app.config[:host]
@port = app.config[:port] @port = app.config[:port]
@https = @app.config[:https] @https = app.config[:https]
@ssl_certificate = @app.config[:ssl_certificate] @ssl_certificate = app.config[:ssl_certificate]
@ssl_private_key = @app.config[:ssl_private_key] @ssl_private_key = app.config[:ssl_private_key]
app.files.on_change :reload do app.files.on_change :reload do
$mm_reload = true $mm_reload = true