Skip to content

Commit a0faa56

Browse files
Add missing quote
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4f3ad6f commit a0faa56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func GenericJSONErrorHandling(resp *resty.Response, err error) (*resty.Response,
2828
}
2929
case http.StatusInternalServerError:
3030
if !resty.IsJSONType(resp.Header().Get("Content-Type")) {
31-
return nil, fmt.Errorf("unknown error occurred, check supervisor logs with 'ha supervisor logs")
31+
return nil, fmt.Errorf("unknown error occurred, check supervisor logs with 'ha supervisor logs'")
3232
}
3333
case http.StatusUnauthorized:
3434
if !resty.IsJSONType(resp.Header().Get("Content-Type")) {

0 commit comments

Comments
 (0)