Skip to content

Commit

Permalink
fix party parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Nov 16, 2023
1 parent c41eafc commit e69492c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func populateSlackMessage(inp populateSlackMessageInput) string {
var statusEmoji string
switch inp.Status {
case "success":
statusEmoji = ":party_parrot:"
statusEmoji = ":party-parrot:"
notifySupportHero = false
case "failure":
statusEmoji = ":scream_cat:"
Expand Down

0 comments on commit e69492c

Please sign in to comment.