1
0
Fork 0

Normalize github URLs generated by the GitHubDriver, fixes #1551

pull/1576/merge
Jordi Boggiano 2013-02-13 12:54:52 +01:00
parent 94e99b9c8b
commit 17a5bdf162
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class GitHubDriver extends VcsDriver
return $this->gitDriver->getUrl(); return $this->gitDriver->getUrl();
} }
return $this->url; return 'https://github.com/'.$this->owner.'/'.$this->repository.'.git';
} }
/** /**