mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix 'wrong-type-arg' error on 'doom upgrade'
This commit is contained in:
@ -24,7 +24,7 @@ following shell commands:
|
|||||||
;; Reload Doom's CLI & libraries, in case there were any upstream changes.
|
;; Reload Doom's CLI & libraries, in case there were any upstream changes.
|
||||||
;; Major changes will still break, however
|
;; Major changes will still break, however
|
||||||
(print! (info "Reloading Doom Emacs"))
|
(print! (info "Reloading Doom Emacs"))
|
||||||
(doom-cli-execute-after "doom" '("upgrade" "-p" (if force-p "-f"))))
|
(doom-cli-execute-after "doom" "upgrade" "-p" (if force-p "-f")))
|
||||||
|
|
||||||
((print! "Nothing to do. Doom is up-to-date!")))))
|
((print! "Nothing to do. Doom is up-to-date!")))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user