Explicitly set "https:" in gitlab-host
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
:load-path "lisp/mgr-gitlab"
|
||||
:ensure t
|
||||
:config
|
||||
(setq gitlab-host "gitlab.maxregan.me"
|
||||
(setq gitlab-host "https://gitlab.maxregan.me"
|
||||
gitlab-token-id (if (file-exists-p mgr-gitlab-token-file)
|
||||
(with-temp-buffer
|
||||
(insert-file-contents mgr-gitlab-token-file)
|
||||
|
||||
Reference in New Issue
Block a user