Skip to content

Commit

Permalink
ghub-repository-id: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stepnem authored and tarsius committed Feb 27, 2020
1 parent 09ded81 commit 3dab3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghub.el
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Signal an error if the id cannot be determined."
(let ((fn (cl-case forge
((nil ghub github) 'ghub--repository-id)
(gitlab 'glab-repository-id)
(gittea 'gtea-repository-id)
(gitea 'gtea-repository-id)
(gogs 'gogs-repository-id)
(bitbucket 'buck-repository-id)
(t (intern (format "%s-repository-id" forge))))))
Expand Down

0 comments on commit 3dab3d0

Please sign in to comment.