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; }