Skip to content

Commit

Permalink
Addressed the Go Lintr error thrown for the capabilityquerier package
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-salunkhe-mettle committed Aug 21, 2024
1 parent 2d3d3b7 commit 08d27f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func GetAndSendVersionsResponse(ctx context.Context, args *map[string]interface{
time.Sleep(time.Duration(500 * time.Millisecond))
req, err := http.NewRequest("GET", versionsURL, nil)
if err != nil {
log.Errorf("unable to create new GET request from URL: " + versionsURL)
log.Errorf("unable to create new GET request from URL: %s", versionsURL)
} else {
req.Header.Set("User-Agent", qa.UserAgent)
trace := &httptrace.ClientTrace{}
Expand Down

0 comments on commit 08d27f1

Please sign in to comment.