Skip to content

Commit

Permalink
Replace double quotes around the teamcity prefix string with single q…
Browse files Browse the repository at this point in the history
…uotes
  • Loading branch information
smirok authored and sebastianbergmann committed Oct 23, 2024
1 parent 5c058fd commit f47663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/TeamCity/TeamCityLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private function writeMessage(string $eventName, array $parameters = []): void
{
$this->printer->print(
sprintf(
"##teamcity[%s",
'##teamcity[%s',
$eventName,
),
);
Expand Down

0 comments on commit f47663b

Please sign in to comment.