Skip to content

Commit 58e64f0

Browse files
authored
Apply suggestions from code review
1 parent e3c33a9 commit 58e64f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func getRDSAuthToken(region string, profile string, role string, username string
277277
),
278278
)
279279
if err != nil {
280-
return "", fmt.Errorf("could not load AWS default config", err)
280+
return "", fmt.Errorf("could not load AWS default config: %w", err)
281281
}
282282
}
283283

0 commit comments

Comments
 (0)