Default module path to empty string
parent
340e960614
commit
9022b0ae38
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue