Skip to content

Commit bd82f70

Browse files
author
Tyler Reid
committed
Fix spacing for client config
Signed-off-by: Tyler Reid <[email protected]>
1 parent 30a83f7 commit bd82f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/sns/sns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, err
9292
// If we have set the API URL we need to create a new session to get the STS Credentials.
9393
stsSess, err = session.NewSessionWithOptions(session.Options{
9494
Config: aws.Config{
95-
Region: aws.String(n.conf.Sigv4.Region),
95+
Region: aws.String(n.conf.Sigv4.Region),
9696
Credentials: creds,
9797
},
9898
Profile: n.conf.Sigv4.Profile,

0 commit comments

Comments
 (0)