From df8d7a085050597044e5afd699f3c3b7d0ec09f8 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Sat, 19 Nov 2022 17:17:33 +0900 Subject: [PATCH] Makefile: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5842df041..5ed644dcb 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ endif .PHONY: install install: if [ -d "$(CARAVEL_ROOT)" ]; then\ - echo "Deleting exisiting $(CARAVEL_ROOT)" && \ + echo "Deleting existing $(CARAVEL_ROOT)" && \ rm -rf $(CARAVEL_ROOT) && sleep 2;\ fi echo "Installing $(CARAVEL_NAME).."