From c5cd184767001f34177da99e91f7a6dcf8ad27f6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 24 Mar 2015 01:36:30 +0000 Subject: [PATCH] Revert 331425bcb3cd13a5d5d807c13c6a651229b56ac8 as well, fixes #3612 --- src/Composer/Util/RemoteFilesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index 4aeae4e05..7c72c21c0 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -158,7 +158,7 @@ class RemoteFilesystem $ctx = StreamContextFactory::getContext($fileUrl, $options, array('notification' => array($this, 'callbackGet'))); if ($this->progress) { - $this->io->writeError(" Downloading: Connecting...", !$this->io->isDecorated()); + $this->io->writeError(" Downloading: Connecting...", false); } $errorMessage = '';