Explorar o código

Bug fix display downloading info

François Pluchino %!s(int64=13) %!d(string=hai) anos
pai
achega
bc232af018
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Util/RemoteFilesystem.php

+ 1 - 1
src/Composer/Util/RemoteFilesystem.php

@@ -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;