1
0
Fork 0

Do not output if we are about to retry a download

pull/2993/merge
Jordi Boggiano 2014-05-07 18:45:34 +02:00
parent b6981d09e8
commit c811eded7d
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class RemoteFilesystem
}
}
if ($this->progress) {
if ($this->progress && !$this->retry) {
$this->io->overwrite(" Downloading: <comment>100%</comment>");
}