Revert "default to https"

This reverts commit b25190b5d1.
This commit is contained in:
Paul Irish 2017-02-09 14:14:07 -08:00
parent b25190b5d1
commit d754476010

View file

@ -98,7 +98,7 @@ else
gitlab_protocol=$(git config --get gitopen.gitlab.protocol)
if [ -z "$gitlab_protocol" ]; then
gitlab_protocol=https
gitlab_protocol=http
fi
if [ -n "$gitlab_domain" ]; then