Explorar o código

Default module path to empty string

Andrey Utkin %!s(int64=12) %!d(string=hai) anos
pai
achega
9022b0ae38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Repository/Vcs/SvnDriver.php

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

@@ -36,7 +36,7 @@ class SvnDriver extends VcsDriver
     protected $trunkPath    = 'trunk';
     protected $branchesPath = 'branches';
     protected $tagsPath     = 'tags';
-    protected $modulePath   = '/';
+    protected $modulePath   = '';
 
     /**
      * @var \Composer\Util\Svn