till 13 жил өмнө
parent
commit
4db4d6720b

+ 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();
     }
 
     /**