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)) { 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; return null;
} }

View File

@ -114,8 +114,6 @@ final readonly class BaselineSync
$this->clearCooldown(); $this->clearCooldown();
$this->renderChildContinuation('Baseline ready');
return true; return true;
} }
@ -246,7 +244,7 @@ final readonly class BaselineSync
if (is_file($runCacheDir.DIRECTORY_SEPARATOR.self::GRAPH_ASSET)) { if (is_file($runCacheDir.DIRECTORY_SEPARATOR.self::GRAPH_ASSET)) {
@touch($runCacheDir); @touch($runCacheDir);
$this->renderBadge('INFO', sprintf( $this->renderChild(sprintf(
'Using cached baseline from %s (run %s).', 'Using cached baseline from %s (run %s).',
$repo, $repo,
$runId, $runId,