Skip to content

Commit 6495b09

Browse files
authored
Merge pull request #52 from alichtman/open-gitlab-fix
Correct Gitlab domain name
2 parents 0aec8c3 + 79ddf02 commit 6495b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-it-on.plugin.zsh

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ git_set_repo() {
3939
__fix_local_untracked_branch
4040
url="${repo_url/git/https}"
4141
url="${url/httpshub/github}"
42+
url="${url/httpslab/gitlab}"
4243
url="${url/.git/}"
4344
url="${url/https@/https://}"
4445
url="${url/com:/com/}"

0 commit comments

Comments
 (0)