]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/InstallCommand.php
Fix migrations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / InstallCommand.php
index 511c34bd4023826ff086825a076c69ad4f7fd5f6..82cd9dafaf480d430a7cd37d0cd01c31378799df 100644 (file)
@@ -118,7 +118,7 @@ class InstallCommand extends ContainerAwareCommand
                 $rows[] = [
                     '<comment>Database version</comment>',
                     '<error>ERROR!</error>',
-                    'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).'
+                    'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).',
                 ];
             }
         }