This commit is contained in:
nuno maduro
2026-05-03 11:33:30 -03:00
parent 1b168aba1c
commit 29b4452443
2 changed files with 2 additions and 4 deletions

View File

@ -1579,7 +1579,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
}
if (! Fingerprint::structuralMatches($fetched->fingerprint(), $current)) {
$this->output->writeln(' <fg=gray> However, fetched baseline still drifts — discarding.</>');
$this->output->writeln(' <fg=gray> However, baseline still drifts — discarding.</>');
return null;
}