fix regex rule

This commit is contained in:
yggverse 2024-03-27 05:10:01 +02:00
parent 6e9f4cd885
commit c618714cd2
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ function getLastSnapTime(array $files): int
}
$time[] = preg_replace(
'/^([\d]+)\.tar\.gz&/',
'/^([\d]+)\.tar\.gz$/',
'$1',
basename(
$file