diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index bac6e1df0..108c22f85 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -222,7 +222,7 @@ class RemoteFilesystem } } - if ($this->progress) { + if ($this->progress && !$this->retry) { $this->io->overwrite(" Downloading: 100%"); }