1
0
Fork 0

Fix progress display getting stuck at 95%

pull/483/head
Jordi Boggiano 2012-03-20 12:50:44 +01:00
parent 1a32b15003
commit 31ed0c1fb0
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class RemoteFilesystem
}
if ($this->progress) {
$this->io->write('');
$this->io->overwrite(" Downloading: <comment>100%</comment>");
}
if (false === $this->result) {