Skip to content

Commit 68c66eb

Browse files
committed
update with style
1 parent b596cf6 commit 68c66eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Patcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function patch(string $file, int $batch): void
5858

5959
$perpetualMessage = $patch->isPerpetual ? " <fg=yellow;options=bold>(Perpetual)</>" : "";
6060

61-
$info = '<fg=yellow;options=bold>Patching: </>'.$name.$perpetualMessage;
61+
$info = '<fg=yellow>Patching: </>'.$name.$perpetualMessage;
6262

6363
$this->write(
6464
TwoColumnDetail::class,

0 commit comments

Comments
 (0)