Commit Graph

1 Commits

Author SHA1 Message Date
Stan Hu 913084e6a3 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`).

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
2019-01-03 13:41:39 -08:00