diff --git a/core/cli/upgrade.el b/core/cli/upgrade.el index 2becb7e14..93c11f334 100644 --- a/core/cli/upgrade.el +++ b/core/cli/upgrade.el @@ -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))))))