Skip to content

Commit

Permalink
Review log messages
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Nov 15, 2024
1 parent 717388b commit 05cb831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/get/clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func CreateKubeClientForEachIDPCluster(config *api.Config, clusterList []string)

cl, err := client.New(cfg, client.Options{})
if err != nil {
fmt.Fprintf(os.Stderr, "Failed to create client for context %s", contextName)
fmt.Errorf("Failed to create client for context %s", contextName)

Check failure on line 365 in pkg/cmd/get/clusters.go

View workflow job for this annotation

GitHub Actions / build

result of fmt.Errorf call not used
continue
}

Expand Down

0 comments on commit 05cb831

Please sign in to comment.