Bug fix display downloading info
parent
953f0992f7
commit
bc232af018
|
@ -177,7 +177,7 @@ class RemoteFilesystem
|
||||||
$password = $this->io->askAndHideAnswer(' Password: ');
|
$password = $this->io->askAndHideAnswer(' Password: ');
|
||||||
$this->io->setAuthorization($this->originUrl, $username, $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;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue