Skip to content

Commit bf29151

Browse files
fix: remove redundant httpstemplate (#312)
1 parent 97fef20 commit bf29151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/hosts.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ hosts.gitlab = {
109109
treepath: 'tree',
110110
blobpath: 'tree',
111111
editpath: '-/edit',
112-
httpstemplate: ({ auth, domain, user, project, committish }) =>
113-
`git+https://${maybeJoin(auth, '@')}${domain}/${user}/${project}.git${maybeJoin('#', committish)}`,
114112
tarballtemplate: ({ domain, user, project, committish }) =>
115113
`https://${domain}/${user}/${project}/repository/archive.tar.gz?ref=${maybeEncode(committish || 'HEAD')}`,
116114
extract: (url) => {

0 commit comments

Comments
 (0)