Fixed typo that prevented doom from updating properly.

This commit is contained in:
James Patrick 2019-12-12 21:44:41 -05:00
parent af5250ee20
commit 686b50ac55

View File

@ -34,7 +34,7 @@ endif
update:
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
$(report) info "Emacs directory doesn't exist."
else ifeq ($(FRAMEWORK), doom)
else
~/.emacs.d/bin/doom --yes refresh
$(report) info "Doom updated"
endif