소스 검색

correct my typo

till 13 년 전
부모
커밋
4db4d6720b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Repository/Vcs/SvnDriver.php

+ 1 - 1
src/Composer/Repository/Vcs/SvnDriver.php

@@ -39,7 +39,7 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
             $this->baseUrl = substr($url, 0, $pos);
         }
 
-        $this->detectedSvnAuth();
+        $this->detectSvnAuth();
     }
 
     /**