Skip to content

Commit

Permalink
Fix typo in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 22, 2015
1 parent a32e327 commit 83fe3f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -41,7 +41,7 @@ help:
@echo " Publish the dist/cakephp-VERSION.zip to github."
@echo ""
@echo "components"
@echo " Split each of the public namespaces into separate repos and push the to github."
@echo " Split each of the public namespaces into separate repos and push the to Github."
@echo ""
@echo "test"
@echo " Run the tests for CakePHP."
Expand Down Expand Up @@ -128,7 +128,7 @@ package: dist/cakephp-$(DASH_VERSION).zip



# Tasks to publish zipballs to github.
# Tasks to publish zipballs to Github.
.PHONY: publish release

publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip
Expand All @@ -153,7 +153,7 @@ publish: guard-VERSION guard-GITHUB_USER dist/cakephp-$(DASH_VERSION).zip
rm release.json
rm id.txt

# Tasks for publishing separate reporsitories out of each cake namespace
# Tasks for publishing separate repositories out of each CakePHP namespace

components: $(foreach component, $(COMPONENTS), component-$(component))
components-tag: $(foreach component, $(COMPONENTS), tag-component-$(component))
Expand Down

0 comments on commit 83fe3f5

Please sign in to comment.