Updated doom refresh -> doom sync

This commit is contained in:
James Patrick 2020-06-01 10:40:28 -04:00
parent 7fb2391322
commit 125a7f55e7
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ update:
if [ -e $(EMACSD)/bin/doom ] ; then
~/.emacs.d/bin/doom --yes purge \
; $(report) "doom purge"
~/.emacs.d/bin/doom --yes refresh \
; $(report) "doom refresh"
~/.emacs.d/bin/doom --yes sync \
; $(report) "doom sync"
else
$(report) debug "doom not setup, so not updating."
fi