From d754476010f58e77aabafd6847921997a2f73fc2 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 9 Feb 2017 14:14:07 -0800 Subject: [PATCH] Revert "default to https" This reverts commit b25190b5d11945f73b97155d8ad23f9b7add981c. --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index e8c4c74..826e375 100755 --- a/git-open +++ b/git-open @@ -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