mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-04-11 15:08:10 +02:00
just fixing for more prettiness
This commit is contained in:
@@ -87,7 +87,7 @@ class TreeController implements ControllerProviderInterface
|
||||
. substr($tree, 0, 2) . DIRECTORY_SEPARATOR
|
||||
. substr($tree, 2)
|
||||
. '.'
|
||||
. $format;
|
||||
. $format;
|
||||
|
||||
if (!file_exists($file)) {
|
||||
$repository->createArchive($tree, $file, $format);
|
||||
|
||||
Reference in New Issue
Block a user