Fixed typo that prevented doom from updating properly.
This commit is contained in:
parent
af5250ee20
commit
686b50ac55
|
@ -34,7 +34,7 @@ endif
|
||||||
update:
|
update:
|
||||||
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
|
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
|
||||||
$(report) info "Emacs directory doesn't exist."
|
$(report) info "Emacs directory doesn't exist."
|
||||||
else ifeq ($(FRAMEWORK), doom)
|
else
|
||||||
~/.emacs.d/bin/doom --yes refresh
|
~/.emacs.d/bin/doom --yes refresh
|
||||||
$(report) info "Doom updated"
|
$(report) info "Doom updated"
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user