cli/upgrade: fix wrong-type-arg string force file error #2277
Due to a vestigial call to the old doom-cli-reload-package-autoloads
This commit is contained in:
parent
9012635d3f
commit
a5fc782e76
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ following shell commands:
|
|||
(doom-cli-upgrade doom-auto-accept force-p)
|
||||
(doom-cli-execute "refresh")
|
||||
(when (doom-cli-packages-update)
|
||||
(doom-cli-reload-package-autoloads 'force)
|
||||
(doom-cli-reload-autoloads 'package)
|
||||
t)))
|
||||
(print! (success "Done! Restart Emacs for changes to take effect."))
|
||||
(print! "Nothing to do. Doom is up-to-date!")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue