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:
Rudi Grinberg 2020-12-01 15:06:15 -08:00
parent 2ddba1e7b8
commit 9350beb544

View file

@ -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))))))