Skip to content

Commit 3913a30

Browse files
Update pkg/client/client_venafi_cloud.go
Co-authored-by: Atanas Chuchev <[email protected]>
1 parent 9bb49a2 commit 3913a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/client_venafi_cloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func (c *VenafiCloudClient) sendHTTPRequest(request *http.Request, responseObjec
308308

309309
if response.StatusCode != http.StatusOK && response.StatusCode != http.StatusCreated {
310310
body, _ := io.ReadAll(response.Body)
311-
return fmt.Errorf("failed to execute http request to Control Plane. Request %s, status code: %d, body: [%s]", request.URL, response.StatusCode, body)
311+
return fmt.Errorf("failed to execute http request to the Control Plane. Request %s, status code: %d, body: [%s]", request.URL, response.StatusCode, body)
312312
}
313313

314314
body, err := io.ReadAll(response.Body)

0 commit comments

Comments
 (0)