Code cleanup, refs #2316

main
Jordi Boggiano 11 years ago
parent 7c83e6a04a
commit 6e3cfb5fea

@ -80,7 +80,7 @@ class GitDriver extends VcsDriver
$this->getTags(); $this->getTags();
$this->getBranches(); $this->getBranches();
$this->cache = new Cache($this->io, $this->config->get('cache-repo-dir').'/'.preg_replace('{[^a-z0-9.]}i', '-', $this->url)); $this->cache = new Cache($this->io, $this->config->get('cache-repo-dir').'/'.$this->url);
} }
/** /**

Loading…
Cancel
Save