parent
c82e7455bb
commit
e9a1908e0d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ following shell commands:
|
||||||
(user-error "%s\n\n%s\n\n %s"
|
(user-error "%s\n\n%s\n\n %s"
|
||||||
(format "Refusing to upgrade because %S has been modified."
|
(format "Refusing to upgrade because %S has been modified."
|
||||||
(abbreviate-file-name doom-emacs-dir))
|
(abbreviate-file-name doom-emacs-dir))
|
||||||
"Either stash/undo your changes or run 'doom upgrade -f' to discard local changes."
|
"Either stash/undo your changes or run 'doom upgrade --force' to discard local changes."
|
||||||
(string-join dirty "\n"))
|
(string-join dirty "\n"))
|
||||||
(print! (item "You have local modifications in Doom's source. Discarding them..."))
|
(print! (item "You have local modifications in Doom's source. Discarding them..."))
|
||||||
(sh! "git" "reset" "--hard" (format "origin/%s" branch))
|
(sh! "git" "reset" "--hard" (format "origin/%s" branch))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue