Skip to content

Commit a6c30d2

Browse files
committed
refresh error msg
Signed-off-by: Patrick Rogers <[email protected]>
1 parent 668b909 commit a6c30d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/roundtripper/roundtripper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (a *AWSSigningTransport) refreshCredentialsIfNeeded() error {
8787
creds, err := a.cfg.Credentials.Retrieve(context.Background())
8888

8989
if err != nil {
90-
_ = level.Error(a.log).Log("msg", "fail to retrive aws credentials", "err", err)
90+
_ = level.Error(a.log).Log("msg", "fail to refresh aws credentials", "err", err)
9191
return err
9292
}
9393

0 commit comments

Comments
 (0)