1
0
Fork 0

Fix wording

pull/568/merge
Jordi Boggiano 2012-04-12 11:35:07 +02:00
parent 273e0f777b
commit 26e3b77a4b
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class Installer
// execute operations
if (!$operations) {
$this->io->write('<info>Nothing to install/update</info>');
$this->io->write('<info>Nothing to install or update</info>');
}
foreach ($operations as $operation) {