1
0
Fork 0

Fixed InitCommand::addVendorIgnore

pull/1448/head
Grégoire Pineau 2013-01-02 10:55:34 +01:00
parent 1beccf9f0f
commit fcac93b3f1
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ EOT
return $parser->parseNameVersionPairs($requirements);
}
protected function addVendorIgnore($ignoreFile, $vendor = 'vendor')
protected function addVendorIgnore($ignoreFile, $vendor = '/vendor/')
{
$contents = "";
if (file_exists($ignoreFile)) {