Pārlūkot izejas kodu

Default module path to empty string

Andrey Utkin 12 gadi atpakaļ
vecāks
revīzija
9022b0ae38
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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