Skip to content

Commit e6ff5bc

Browse files
authored
Fix typo in Makefile variable descriptions
1 parent 4ba46c6 commit e6ff5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ help:
5050
@echo ""
5151
@echo "Variables:"
5252
@echo ""
53-
@echo " CAKEPHP-SOURCE_DIR - Define where your cakephp clone is."
53+
@echo " CAKEPHP_SOURCE_DIR - Define where your cakephp clone is."
5454
@echo " CHRONOS_SOURCE_DIR - Define where your chronos clone is."
5555
@echo " ELASTIC_SOURCE_DIR - Define where your elastic-search clone is."
5656
@echo " QUEUE_SOURCE_DIR - Define where your queue clone is."
5757
@echo " AUTHENTICATION_SOURCE_DIR - Define where your authentication clone is."
5858
@echo " AUTHORIZATION_SOURCE_DIR - Define where your authentication clone is."
5959
@echo " QUEUE_SOURCE_DIR - Define where your queue clone is."
6060
@echo " BUILD_DIR - The directory where the output should go. Default: $(BUILD_DIR)"
61-
@echo " DEPLOY_DIR - The directory files shold be copied to in `deploy` Default: $(DEPLOY_DIR)"
61+
@echo " DEPLOY_DIR - The directory files shold be copied to in deploy Default: $(DEPLOY_DIR)"
6262
@echo ""
6363
@echo "NOTE: Source directories will have their checkout branch changed."
6464
@echo " Make sure all working directories are clean."

0 commit comments

Comments
 (0)