1
0
Fork 0

Change order of cache directorys

pull/6460/head
Brandon Max 2017-06-16 16:32:41 -04:00 committed by GitHub
parent 24b8fea48a
commit c280e16763
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ EOT
$cachePaths = array(
'cache-vcs-dir' => $config->get('cache-vcs-dir'),
'cache-repo-dir' => $config->get('cache-repo-dir'),
'cache-repo-dir' => $config->get('cache-repo-dir'),
'cache-files-dir' => $config->get('cache-files-dir'),
'cache-dir' => $config->get('cache-dir'),
);