aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-23 12:35:57 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-23 12:35:57 +0200
commit5ce1528953998ee2957cd548ee123870b82f4079 (patch)
tree0260d0c21d3646660d2350af557ee24934dc3a7b /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent88d5d94dcbd658fa3d45011e19119f31cd03d2c8 (diff)
downloadwallabag-5ce1528953998ee2957cd548ee123870b82f4079.tar.gz
wallabag-5ce1528953998ee2957cd548ee123870b82f4079.tar.zst
wallabag-5ce1528953998ee2957cd548ee123870b82f4079.zip
Fix migrations
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 511c34bd..82cd9daf 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -118,7 +118,7 @@ class InstallCommand extends ContainerAwareCommand
118 $rows[] = [ 118 $rows[] = [
119 '<comment>Database version</comment>', 119 '<comment>Database version</comment>',
120 '<error>ERROR!</error>', 120 '<error>ERROR!</error>',
121 'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).' 121 'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).',
122 ]; 122 ];
123 } 123 }
124 } 124 }