We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b596cf6 commit 68c66ebCopy full SHA for 68c66eb
src/Patcher.php
@@ -58,7 +58,7 @@ protected function patch(string $file, int $batch): void
58
59
$perpetualMessage = $patch->isPerpetual ? " <fg=yellow;options=bold>(Perpetual)</>" : "";
60
61
- $info = '<fg=yellow;options=bold>Patching: </>'.$name.$perpetualMessage;
+ $info = '<fg=yellow>Patching: </>'.$name.$perpetualMessage;
62
63
$this->write(
64
TwoColumnDetail::class,
0 commit comments