Skip to content
This repository was archived by the owner on Jan 13, 2019. It is now read-only.

Commit 11744ba

Browse files
authored
Merge pull request #5 from erp-mgroen/master
Red icon for failed build
2 parents b6a12d1 + 4e74888 commit 11744ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function execute()
120120
private function buildMessage()
121121
{
122122
$this->buildMsg = '';
123-
$buildIcon = $this->build->isSuccessful() ? '' : '';
123+
$buildIcon = $this->build->isSuccessful() ? '' : '';
124124
$buildLog = $this->build->getLog();
125125
$buildLog = str_replace(['[0;32m', '[0;31m', '[0m', '/[0m'], '', $buildLog);
126126
$buildMessages = explode('RUNNING PLUGIN: ', $buildLog);

0 commit comments

Comments
 (0)