formatting error

This commit is contained in:
pblasquez
2016-07-19 15:20:48 -07:00
committed by GitHub
parent cf9432330e
commit c0a0faba9a

View File

@@ -28,7 +28,7 @@ foreach( $opts as $tmp_api ) {
$color = ($obj['state'] == 0 ? '#00FF00' : '#FF0000');
$data = array(
'attachments' => array(
0 => array(
0 => array(
'fallback' => $slack_msg,
'color' => $color,
'title' => $obj['title'],