Skip to content

Commit

Permalink
Update impl.go
Browse files Browse the repository at this point in the history
  • Loading branch information
1992kk authored Apr 12, 2019
1 parent 0e89c5a commit bf6c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func (n *PagerDuty) notifyV2(
ClientURL: tmpl(n.conf.ClientURL),
RoutingKey: tmpl(string(n.conf.RoutingKey)),
EventAction: eventType,
DedupKey: tmpl(n.conf.DedupKey),
DedupKey: hashkey(tmpl(string(n.conf.DedupKey))),
Images: make([]pagerDutyImage, len(n.conf.Images)),
Links: make([]pagerDutyLink, len(n.conf.Links)),
Payload: &pagerDutyPayload{
Expand Down

0 comments on commit bf6c682

Please sign in to comment.