Skip to content

Commit c2337be

Browse files
committed
Update Configuration.php
1 parent 57cbc25 commit c2337be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/config/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private static function generateConfig(): array {
3131
public static function generateCache(bool $silent=false) {
3232
$config = self::saveConfig(self::generateConfig(),'config.cache');
3333
if (!$silent) {
34-
$folder = \basename(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
34+
$folder = \dirname(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
3535
echo "Config cache generated in <b>$folder</b>";
3636
}
3737
return $config;

0 commit comments

Comments
 (0)