Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit c1d619d

Browse files
rafaelstzantonmedv
authored andcommitted
Slack > Success message green (#221)
1 parent aa6e7bd commit c1d619d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/slack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// Color of attachment
2323
set('slack_color', '#4d91f7');
24-
set('slack_success_color', '{{slack_color}}');
24+
set('slack_success_color', '#00c100');
2525
set('slack_failure_color', '#ff0909');
2626

2727
desc('Notifying Slack');

0 commit comments

Comments
 (0)