Skip to content

Commit

Permalink
Minor cosmetic adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-jones committed Jul 12, 2024
1 parent a24e8c7 commit 456b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/notification/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (sn *SlackNotifier) Notify(ctx context.Context, notif Notification) error {
MrkdwnIn: []string{"text"},
Fields: []SlackAttachmentField{
{
Title: "Project",
Title: "project",
Value: notif.GoogleCloudProjectID,
},
},
Expand Down

0 comments on commit 456b1b6

Please sign in to comment.