cli/upgrade: fix void-function error
Derpity derp derp. Derp McDerpington. Derpsville, population me.
This commit is contained in:
parent
4b66b7c29b
commit
2cb5d895d7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Doing so is equivalent to:
|
|||
(buffer-string)))
|
||||
(unless (equal (vc-git-working-revision doom-emacs-dir) rev)
|
||||
(error "Failed to checkout latest commit.\n\n%s" (buffer-string)))
|
||||
(doom-packages-refresh doom-auto-accept)
|
||||
(doom-refresh doom-auto-accept)
|
||||
(doom-packages-update doom-auto-accept)
|
||||
(message "Done! Please restart Emacs for changes to take effect")))
|
||||
(user-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue