Bug fix display downloading info

main
François Pluchino 13 years ago
parent 953f0992f7
commit bc232af018

@ -177,7 +177,7 @@ class RemoteFilesystem
$password = $this->io->askAndHideAnswer(' Password: ');
$this->io->setAuthorization($this->originUrl, $username, $password);
$this->content = $this->get($this->originUrl, $this->fileUrl, $this->fileName, $this->progess);
$this->content = $this->get($this->originUrl, $this->fileUrl, $this->fileName, $this->progress);
}
break;

Loading…
Cancel
Save