Explorar o código

Remove parasite

Roshan Gautam %!s(int64=10) %!d(string=hai) anos
pai
achega
4d5e5b3fb5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Composer/Repository/Vcs/GitLabDriver.php

+ 1 - 0
src/Composer/Repository/Vcs/GitLabDriver.php

@@ -70,6 +70,7 @@ class GitLabDriver extends VcsDriver
         $this->originUrl = $match[2];
         $this->owner = $match[3];
         $this->repository = preg_replace('#(\.git)$#', '', $match[4]);
+
         $this->cache = new Cache($this->io, $this->config->get('cache-repo-dir').'/'.$this->originUrl.'/'.$this->owner.'/'.$this->repository);
 
         $this->fetchProject();