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