From d60e0c1842d37be25cd31658a54da127158573d2 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Fri, 26 Feb 2016 14:45:19 +0100 Subject: [PATCH] Accidentally indented. --- src/Composer/Downloader/ZipDownloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Downloader/ZipDownloader.php b/src/Composer/Downloader/ZipDownloader.php index 5b29b1493..5278be91b 100644 --- a/src/Composer/Downloader/ZipDownloader.php +++ b/src/Composer/Downloader/ZipDownloader.php @@ -99,7 +99,7 @@ class ZipDownloader extends ArchiveDownloader if (true !== $zipArchive->extractTo($path)) { $this->io->writeError("As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension."); - $this->io->writeError(" This may cause invalid reports of corrupted archives. Installing 'unzip' may remediate them."); + $this->io->writeError("This may cause invalid reports of corrupted archives. Installing 'unzip' may remediate them."); throw new \RuntimeException("There was an error extracting the ZIP file, it is either corrupted or using an invalid format"); }