Skip to content

Commit 608b885

Browse files
authored
change message
1 parent bc102d3 commit 608b885

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Patcher.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ protected function patch(string $file, int $batch): void
6969
if (! $patch->isPerpetual) {
7070
$this->repository->log($name, $batch);
7171
}
72+
73+
$perpetualMessage = $patch->isPerpetual ? " (Perpetual)" : "";
7274

73-
$this->note("<info>Patched:</info> $name ($runTime seconds)." . $patch->isPerpetual ? " (Perpetual)" : "");
75+
$this->note("<info>Patched:</info> $name ($runTime seconds).<comment>$perpetualMessage</comment>");
7476
} else {
7577
$this->note("<comment>Skipped:</comment> $name is not eligible to run in current condition.");
7678
}

0 commit comments

Comments
 (0)