Skip to content

Commit 3f966f4

Browse files
committed
fix(cli): doom upgrade: remove doom-compile-clean call
This function was removed in 63c470b. Amend: 63c470b
1 parent d6a3450 commit 3f966f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lisp/cli/upgrade.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ following shell commands:
3030
3131
cd ~/.emacs.d
3232
git pull --rebase
33-
doom clean
3433
doom sync -u"
3534
(let* ((force? (doom-cli-context-suppress-prompts-p context))
3635
(sync-cmd (append '("sync" "-u")
@@ -140,7 +139,6 @@ following shell commands:
140139
(ignore (print! (error "Aborted")))
141140
(print! (start "Upgrading Doom Emacs..."))
142141
(print-group!
143-
(doom-compile-clean)
144142
(doom-cli-context-put context 'straight-recipe (doom-upgrade--get-straight-recipe))
145143
(or (and (zerop (car (sh! "git" "reset" "--hard" target-remote)))
146144
(equal (cdr (sh! "git" "rev-parse" "HEAD")) new-rev))

0 commit comments

Comments
 (0)