소스 검색

Fix wording

Jordi Boggiano 13 년 전
부모
커밋
26e3b77a4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Installer.php

+ 1 - 1
src/Composer/Installer.php

@@ -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) {