mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 19:46:54 +00:00
Fix linter error
Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
This commit is contained in:
parent
8911051770
commit
dfb4d1fba1
@ -78,8 +78,8 @@ func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, err
|
||||
|
||||
sess, err := session.NewSessionWithOptions(session.Options{
|
||||
Config: aws.Config{
|
||||
Region: aws.String(n.conf.Sigv4.Region),
|
||||
Endpoint: aws.String(tmpl(n.conf.APIUrl)),
|
||||
Region: aws.String(n.conf.Sigv4.Region),
|
||||
Endpoint: aws.String(tmpl(n.conf.APIUrl)),
|
||||
},
|
||||
Profile: n.conf.Sigv4.Profile,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user