소스 검색

Bug fix display downloading info

François Pluchino 13 년 전
부모
커밋
bc232af018
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;