瀏覽代碼

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;