1
0
Fork 0

Add missing </error> tag, refs #4878

pull/4431/merge
Jordi Boggiano 2016-02-13 17:48:31 +00:00
parent d347e1efca
commit 02952c3bdc
1 changed files with 1 additions and 1 deletions

View File

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