From e6ff5bce5630837c7583ef61d1e1a2c290b5e1a3 Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 18 Nov 2025 13:56:13 +0530 Subject: [PATCH] Fix typo in Makefile variable descriptions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71f672be..edce98c4 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ help: @echo "" @echo "Variables:" @echo "" - @echo " CAKEPHP-SOURCE_DIR - Define where your cakephp clone is." + @echo " CAKEPHP_SOURCE_DIR - Define where your cakephp clone is." @echo " CHRONOS_SOURCE_DIR - Define where your chronos clone is." @echo " ELASTIC_SOURCE_DIR - Define where your elastic-search clone is." @echo " QUEUE_SOURCE_DIR - Define where your queue clone is." @@ -58,7 +58,7 @@ help: @echo " AUTHORIZATION_SOURCE_DIR - Define where your authentication clone is." @echo " QUEUE_SOURCE_DIR - Define where your queue clone is." @echo " BUILD_DIR - The directory where the output should go. Default: $(BUILD_DIR)" - @echo " DEPLOY_DIR - The directory files shold be copied to in `deploy` Default: $(DEPLOY_DIR)" + @echo " DEPLOY_DIR - The directory files shold be copied to in deploy Default: $(DEPLOY_DIR)" @echo "" @echo "NOTE: Source directories will have their checkout branch changed." @echo " Make sure all working directories are clean."