Explorar o código

Add missing </error> tag, refs #4878

Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
02952c3bdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                 }