Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 13, 2019. It is now read-only.

Commit 11744ba

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /