Explorar el Código

Normalize github URLs generated by the GitHubDriver, fixes #1551

Jordi Boggiano hace 12 años
padre
commit
17a5bdf162
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Composer/Repository/Vcs/GitHubDriver.php

+ 1 - 1
src/Composer/Repository/Vcs/GitHubDriver.php

@@ -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';
     }
     }
 
 
     /**
     /**