Fix 'wrong-type-arg' error on 'doom upgrade'
This commit is contained in:
parent
894966b1e2
commit
b6cc110f4c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ following shell commands:
|
|||
;; Reload Doom's CLI & libraries, in case there were any upstream changes.
|
||||
;; Major changes will still break, however
|
||||
(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!")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue