From fe64a7efb6d6e77303e84a44fe813c071fa73652 Mon Sep 17 00:00:00 2001 From: Russell L Friesenhahn Date: Fri, 11 Aug 2023 15:24:59 -0500 Subject: [PATCH] Fix minor typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f554f637a..33feac453 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,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).."