Explorar el Código

correct my typo

till hace 13 años
padre
commit
4db4d6720b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
     }
 
     /**