Skip to content

Commit

Permalink
Uppercase the first letter in the sentence and split 'warmup'
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Sep 1, 2017
1 parent 32a4788 commit 058d507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/framework-bundle/3.3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache-warmup: cache-clear
ifdef CONSOLE
@$(CONSOLE) cache:warmup
else
@printf "cannot warmup the cache (needs symfony/console)\n"
@printf "Cannot warm up the cache (needs symfony/console)\n"
endif
.PHONY: cache-warmup

Expand Down

0 comments on commit 058d507

Please sign in to comment.