1
0
Fork 0

Default module path to empty string

pull/1819/head
Andrey Utkin 2013-04-24 09:32:16 +07:00
parent 340e960614
commit 9022b0ae38
1 changed files with 1 additions and 1 deletions

View File

@ -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