From 26e3b77a4b6d8aba1b90d43a218f261a921947c0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 12 Apr 2012 11:35:07 +0200 Subject: [PATCH] Fix wording --- src/Composer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index 099ca2792..794d42ead 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -271,7 +271,7 @@ class Installer // execute operations if (!$operations) { - $this->io->write('Nothing to install/update'); + $this->io->write('Nothing to install or update'); } foreach ($operations as $operation) {