We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c59c7 commit e7a4cb0Copy full SHA for e7a4cb0
src/gitlabHelper.ts
@@ -37,7 +37,7 @@ export class GitlabHelper {
37
this.gitlabUrl = gitlabSettings.url;
38
this.gitlabToken = gitlabSettings.token;
39
this.gitlabProjectId = gitlabSettings.projectId;
40
- this.host = gitlabSettings.url ? gitlabSettings.url : 'http://gitlab.com';
+ this.host = gitlabSettings.url ? gitlabSettings.url : 'https://gitlab.com';
41
this.host = this.host.endsWith('/')
42
? this.host.substring(0, this.host.length - 1)
43
: this.host;
0 commit comments