Add missing </error> tag, refs #4878
parent
d347e1efca
commit
02952c3bdc
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue