remove dots

This commit is contained in:
ghost 2023-07-30 18:13:23 +03:00
parent db7e92391d
commit 36becf6fe1

View File

@ -154,7 +154,7 @@ switch ($argv[1]) {
$db->deleteHostPageSnapStorages($hostPageSnap->hostPageSnapId);
$db->deleteHostPageSnap($hostPageSnap->hostPageSnapId);
CLI::danger(sprintf(_('delete snap index: #%s file: not found in the any of storage;'), $hostPageSnap->hostPageSnapId));
CLI::danger(sprintf(_('delete snap index: #%s file not found in the any of storage;'), $hostPageSnap->hostPageSnapId));
$db->commit();