mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix regex rule
This commit is contained in:
parent
6e9f4cd885
commit
c618714cd2
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ function getLastSnapTime(array $files): int
|
|||
}
|
||||
|
||||
$time[] = preg_replace(
|
||||
'/^([\d]+)\.tar\.gz&/',
|
||||
'/^([\d]+)\.tar\.gz$/',
|
||||
'$1',
|
||||
basename(
|
||||
$file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue