This commit is contained in:
nuno maduro
2026-05-03 11:01:52 -03:00
parent a882543c53
commit 6aabd977cd
2 changed files with 7 additions and 5 deletions

View File

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