Parcourir la source

[DoctrineBundle] Typo

Bertrand Zuchuat il y a 14 ans
Parent
commit
462976d0d9

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php

@@ -73,7 +73,7 @@ EOT
                 $output->writeln(sprintf('<error>%s</error>', $e->getMessage()));
             }
         } else {
-            $output->writeln(sprintf('<info>Would drop the database named <comment>%</comment>.</info>', $name));
+            $output->writeln(sprintf('<info>Would drop the database named <comment>%s</comment>.</info>', $name));
             $output->writeln(sprintf('<error>All data will be lost!</error>', $name));
         }
     }