diff --git a/core/cli/upgrade.el b/core/cli/upgrade.el index 01b078d83..3098151db 100644 --- a/core/cli/upgrade.el +++ b/core/cli/upgrade.el @@ -97,7 +97,7 @@ following shell commands: (error "Failed to check out %s" (substring new-rev 0 10))) (print! (success "Finished upgrading Doom Emacs"))) (doom-delete-autoloads-file doom-autoload-file) - (doom-cli-refresh) + (doom-cli-refresh "-f") t) (print! (success "Done! Restart Emacs for changes to take effect."))))))