소스 검색

Add missing </error> tag, refs #4878

Jordi Boggiano 9 년 전
부모
커밋
02952c3bdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Downloader/DownloadManager.php

+ 1 - 1
src/Composer/Downloader/DownloadManager.php

@@ -258,7 +258,7 @@ class DownloadManager
                 if (!$this->io->isInteractive()) {
                     throw $e;
                 }
-                $this->io->writeError('<error>    Update failed ('.$e->getMessage().')');
+                $this->io->writeError('<error>    Update failed ('.$e->getMessage().')</error>');
                 if (!$this->io->askConfirmation('    Would you like to try reinstalling the package instead [<comment>yes</comment>]? ', true)) {
                     throw $e;
                 }