From c39f715ed51a599fb02faea805de926ae407476b Mon Sep 17 00:00:00 2001 From: Barry Hess Date: Mon, 20 Dec 2010 11:24:08 -0600 Subject: [PATCH] Remove lie comment about deploy requiring port 80. --- app/views/apps/_configuration_instructions.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/apps/_configuration_instructions.html.haml b/app/views/apps/_configuration_instructions.html.haml index b210cc6..62abcf4 100644 --- a/app/views/apps/_configuration_instructions.html.haml +++ b/app/views/apps/_configuration_instructions.html.haml @@ -16,7 +16,7 @@ HoptoadNotifier.configure do |config| config.api_key = '#{app.api_key}' config.host = '#{request.host}' - config.port = #{request.port} # Note: Deployment notifications only work on port 80 + config.port = #{request.port} end # # Testing -- libgit2 0.21.2