Skip to content

Commit

Permalink
Add workaround for magit/forge#720
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Bidar <[email protected]>
  • Loading branch information
Thaodan committed Nov 3, 2024
1 parent 23d1cd6 commit 7fbb428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ghub.el
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ and call `auth-source-forget+'."
(let* ((user (ghub--ident username package))
(token
(or (car (ghub--auth-source-get (list :secret)
:host host :user user))
:host (url-host (url-generic-parse-url (concat "//" host))) :user user))
(progn
;; Auth-Source caches the information that there is no
;; value, but in our case that is a situation that needs
Expand Down

0 comments on commit 7fbb428

Please sign in to comment.