just fixing for more prettiness

This commit is contained in:
Björn Ebbrecht
2015-04-29 22:32:27 +02:00
parent 8bf31a1e55
commit ee1273529b

View File

@@ -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);