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