Fix clone URL not showing if protocol is HTTPS
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to http_enabled?
was the actual protocol in use (e.g. https instead of http).
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to http_enabled?
was the actual protocol in use (e.g. https instead of http).