Explicitly set "https:" in gitlab-host

This commit is contained in:
2022-03-24 15:26:38 +00:00
parent 899d6c74f9
commit 3bbbd3fceb

View File

@@ -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)