diff options
Diffstat (limited to 'app/check.php')
-rw-r--r-- | app/check.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/check.php b/app/check.php index 90bad4a7..60ae0a8b 100644 --- a/app/check.php +++ b/app/check.php | |||
@@ -42,9 +42,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { | |||
42 | } | 42 | } |
43 | 43 | ||
44 | if ($checkPassed) { | 44 | if ($checkPassed) { |
45 | echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true); | 45 | echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); |
46 | } else { | 46 | } else { |
47 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true); | 47 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); |
48 | 48 | ||
49 | echo_title('Fix the following mandatory requirements', 'red'); | 49 | echo_title('Fix the following mandatory requirements', 'red'); |
50 | 50 | ||