From 02952c3bdc3299d49ab95733e83395ce649a75d3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 13 Feb 2016 17:48:31 +0000 Subject: [PATCH] Add missing tag, refs #4878 --- src/Composer/Downloader/DownloadManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Downloader/DownloadManager.php b/src/Composer/Downloader/DownloadManager.php index 2546e8c76..9abd19f7f 100644 --- a/src/Composer/Downloader/DownloadManager.php +++ b/src/Composer/Downloader/DownloadManager.php @@ -258,7 +258,7 @@ class DownloadManager if (!$this->io->isInteractive()) { throw $e; } - $this->io->writeError(' Update failed ('.$e->getMessage().')'); + $this->io->writeError(' Update failed ('.$e->getMessage().')'); if (!$this->io->askConfirmation(' Would you like to try reinstalling the package instead [yes]? ', true)) { throw $e; }