Skip to content

Commit

Permalink
small formatting changes for the slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed May 11, 2020
1 parent ded8cca commit 7e64e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlewares/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (m *Slack) buildMessage(ctx *core.Context) *slackMessage {
}

msg.Text = fmt.Sprintf(
"Job *%s* finished in *%s*, command _%q_",
"Job *%q* finished in *%s*, command `%s`",
ctx.Job.GetName(), ctx.Execution.Duration, ctx.Job.GetCommand(),
)

Expand Down

0 comments on commit 7e64e04

Please sign in to comment.