Skip to content

Commit

Permalink
fixing slack message format
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Aug 7, 2018
1 parent f7239b5 commit 7e6173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func notifySlack(content string, url string, failure bool, executing bool) bool
"pretext": "` + pretext + `",
"title": "` + content + `",
"footer": "Helmsman "` + version + `",
"footer": "Helmsman ` + version + `",
"ts": ` + strconv.FormatInt(t.Unix(), 10) + `
}
]
Expand Down

0 comments on commit 7e6173b

Please sign in to comment.