Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilgdn authored Nov 7, 2024
1 parent e3c33a9 commit 58e64f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func getRDSAuthToken(region string, profile string, role string, username string
),
)
if err != nil {
return "", fmt.Errorf("could not load AWS default config", err)
return "", fmt.Errorf("could not load AWS default config: %w", err)
}
}

Expand Down

0 comments on commit 58e64f0

Please sign in to comment.