mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Upgrade: remove leftover ref
The upgrade process leaves a left over ref: ``` $ git branch .. _upgrade_HEAD .. ``` This commit deletes that. Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
@ -122,4 +122,5 @@ following shell commands:
|
||||
(print! (info "%s") (cdr result))
|
||||
t))))))
|
||||
(ignore-errors
|
||||
(doom-call-process "git" "branch" "-D" target-remote)
|
||||
(doom-call-process "git" "remote" "remove" doom-repo-remote))))))
|
||||
|
Reference in New Issue
Block a user