Skip to content

Commit 3b43eee

Browse files
committed
forge--branch-pullreq: Fix typo in error message
1 parent d30d5ef commit 3b43eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lisp/forge-commands.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ Please see the manual for more information."
817817
;; longer does this, but we nevertheless have to deal
818818
;; with merge-requests that have been lost in time.
819819
(error "Cannot check out this merge-request because %s"
820-
"on old Gitlab version discarded the source branch"))
820+
"an old Gitlab version discarded the source branch"))
821821
((not (eq (oref pullreq state) 'open))
822822
(magit-git "branch" "--force" branch pullreq-ref))
823823
(t

0 commit comments

Comments
 (0)