We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7615f commit 04b80f8Copy full SHA for 04b80f8
pkg/list/list.go
@@ -42,7 +42,7 @@ func (s *ListService) gcpStorage() ([]match.MatchInfo, error) {
42
ctx := context.Background()
43
client, err := storage.NewClient(ctx)
44
if err != nil {
45
- return nil, fmt.Errorf("failed to create GCP storage client", err)
+ return nil, fmt.Errorf("failed to create GCP storage client: %w", err)
46
}
47
bucket := client.Bucket("2d-sparko-demostorage")
48
0 commit comments