1
0
Fork 0

Fix usage of GitDownloader with relative paths, fixes #1843

pull/1847/head
Jordi Boggiano 2013-04-29 17:27:02 +02:00
parent 81f1451118
commit 343d4effaa
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class GitDownloader extends VcsDownloader
{
if ($initialClone) {
$origCwd = $cwd;
$cwd = dirname($cwd);
$cwd = null;
}
if (preg_match('{^ssh://[^@]+@[^:]+:[^0-9]+}', $url)) {