Skip to content

Commit f47663b

Browse files
smiroksebastianbergmann
authored andcommitted
Replace double quotes around the teamcity prefix string with single quotes
1 parent 5c058fd commit f47663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logging/TeamCity/TeamCityLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ private function writeMessage(string $eventName, array $parameters = []): void
296296
{
297297
$this->printer->print(
298298
sprintf(
299-
"##teamcity[%s",
299+
'##teamcity[%s',
300300
$eventName,
301301
),
302302
);

0 commit comments

Comments
 (0)