@@ -55,6 +55,6 @@ |
||
55 | 55 | private function generateCachePath($changelogFile, $cacheFile) { |
56 | 56 | $changelogSignature = str_replace([':', ' ', '/', '\\'], '-', strtolower(basename(dirname($changelogFile)) . '-' . basename($changelogFile, '.md'))); |
57 | 57 | |
58 | - return realpath(__DIR__ . "/../../data/cache"). '/' . $changelogSignature . "-$cacheFile.cache"; |
|
58 | + return realpath(__DIR__ . "/../../data/cache") . '/' . $changelogSignature . "-$cacheFile.cache"; |
|
59 | 59 | } |
60 | 60 | } |
61 | 61 | \ No newline at end of file |