Skip to content
Snippets Groups Projects
Commit ca395eab authored by jurgenhaas's avatar jurgenhaas
Browse files

Initial code

parent a63b406a
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -88,7 +88,7 @@ class Handler {
*/
protected function prepareWorkingDirectory($path, $project, $version, $username) {
list(, $projectname) = explode('/', $project);
$repo = $username . '@git.drupal.org/project/' . $projectname . '.git';
$repo = $username . '@git.drupal.org:project/' . $projectname . '.git';
// Git Clone the repository into the working directory
$repository = Repository::open($path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment