Skip to content

Commit

Permalink
Change color name
Browse files Browse the repository at this point in the history
  • Loading branch information
cregev committed Jun 16, 2020
1 parent 4dd6555 commit 34532de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notifiers/providers/slack/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ var (
const (
// AuthorName Slack will use while sending the name
AuthorName = "Finala Notifier"
// MessageColor color to use
// greenMessageColor color to use
greenMessageColor = "#2EB67D"
// MessageColor color to use
// blueMessageColor color to use
blueMessageColor = "#3aa3e3"
)

Expand Down

0 comments on commit 34532de

Please # to comment.