1
0
Fork 0

Revert "Code cleanup, refs #2316"

This reverts commit 6e3cfb5fea.
pull/2327/merge
Jordi Boggiano 2013-10-16 18:07:09 +02:00
parent 28abb08da8
commit 7f03fad391
1 changed files with 1 additions and 1 deletions

View File

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