Normalize github URLs generated by the GitHubDriver, fixes #1551
parent
94e99b9c8b
commit
17a5bdf162
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue